summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPedro Perez de Heredia <pedro.perez@digi.com>2012-01-10 02:43:35 +0100
committerPedro Perez de Heredia <pedro.perez@digi.com>2012-01-10 02:43:35 +0100
commit49a1d79b80d34af90c724ba14e57224b2a93f6f1 (patch)
treef28a9704d525ea3c62bd8202af0db692245e80fa /arch
parent46f4c6692d1a27b1ba4d4e9cefd368334c4ff925 (diff)
ccxmx53: adjust pmic voltages
Signed-off-by: Pedro Perez de Heredia <pedro.perez@digi.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-mx5/mx53_ccwmx53js_pmic_da9053.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm/mach-mx5/mx53_ccwmx53js_pmic_da9053.c b/arch/arm/mach-mx5/mx53_ccwmx53js_pmic_da9053.c
index 108adce902ea..f9abe330e5c4 100644
--- a/arch/arm/mach-mx5/mx53_ccwmx53js_pmic_da9053.c
+++ b/arch/arm/mach-mx5/mx53_ccwmx53js_pmic_da9053.c
@@ -65,7 +65,7 @@ static struct regulator_init_data da9052_regulators_init[] = {
DA9052_LDO(DA9052_LDO1_VOLT_UPPER,
DA9052_LDO1_VOLT_LOWER, "DA9052_LDO1", 1300),
DA9052_LDO(DA9052_LDO2_VOLT_UPPER,
- DA9052_LDO2_VOLT_LOWER, "DA9052_LDO2", 1300),
+ DA9052_LDO2_VOLT_LOWER, "DA9052_LDO2", 0),
DA9052_LDO(DA9052_LDO34_VOLT_UPPER,
DA9052_LDO34_VOLT_LOWER, "DA9052_LDO3", 3300),
DA9052_LDO(DA9052_LDO34_VOLT_UPPER,
@@ -73,23 +73,23 @@ static struct regulator_init_data da9052_regulators_init[] = {
DA9052_LDO(DA9052_LDO567810_VOLT_UPPER,
DA9052_LDO567810_VOLT_LOWER, "DA9052_LDO5", 1300),
DA9052_LDO(DA9052_LDO567810_VOLT_UPPER,
- DA9052_LDO567810_VOLT_LOWER, "DA9052_LDO6", 1200),
+ DA9052_LDO567810_VOLT_LOWER, "DA9052_LDO6", 3150),
DA9052_LDO(DA9052_LDO567810_VOLT_UPPER,
- DA9052_LDO567810_VOLT_LOWER, "DA9052_LDO7", 2750),
+ DA9052_LDO567810_VOLT_LOWER, "DA9052_LDO7", 2775),
DA9052_LDO(DA9052_LDO567810_VOLT_UPPER,
DA9052_LDO567810_VOLT_LOWER, "DA9052_LDO8", 1800),
DA9052_LDO(DA9052_LDO9_VOLT_UPPER,
- DA9052_LDO9_VOLT_LOWER, "DA9052_LDO9", 2500),
+ DA9052_LDO9_VOLT_LOWER, "DA9052_LDO9", 2775),
DA9052_LDO(DA9052_LDO567810_VOLT_UPPER,
- DA9052_LDO567810_VOLT_LOWER, "DA9052_LDO10", 1200),
+ DA9052_LDO567810_VOLT_LOWER, "DA9052_LDO10", 3150),
/* BUCKS */
DA9052_LDO(DA9052_BUCK_CORE_PRO_VOLT_UPPER,
- DA9052_BUCK_CORE_PRO_VOLT_LOWER, "DA9052_BUCK_CORE", 850),
+ DA9052_BUCK_CORE_PRO_VOLT_LOWER, "DA9052_BUCK_CORE", 1250),
DA9052_LDO(DA9052_BUCK_CORE_PRO_VOLT_UPPER,
- DA9052_BUCK_CORE_PRO_VOLT_LOWER, "DA9052_BUCK_PRO", 950),
+ DA9052_BUCK_CORE_PRO_VOLT_LOWER, "DA9052_BUCK_PRO", 1300),
DA9052_LDO(DA9052_BUCK_MEM_VOLT_UPPER,
- DA9052_BUCK_MEM_VOLT_LOWER, "DA9052_BUCK_MEM", 1500),
+ DA9052_BUCK_MEM_VOLT_LOWER, "DA9052_BUCK_MEM", 1800),
DA9052_LDO(DA9052_BUCK_PERI_VOLT_UPPER,
DA9052_BUCK_PERI_VOLT_LOWER, "DA9052_BUCK_PERI", 2500)
};