summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-whistler-power.c
diff options
context:
space:
mode:
authorSachin Nikam <snikam@nvidia.com>2011-01-03 20:46:11 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:46:23 -0800
commit005800d2ab51cee84bcb04e43642aeeca97c3fc7 (patch)
tree531a6e10523e715430f2706d1fba696fc803a84b /arch/arm/mach-tegra/board-whistler-power.c
parent91738b278b8d783f5e6c3bb5fdc87af362dc5f06 (diff)
[ARM] tegra: whistler: regulator constraints
For Max8907b SD1 and SD2 regulator min and max voltages are same. min = 637500mV and max = 1425000mV. Original-Change-Id: I11ace93220df1a8f57ba2f08aff7b25f2f37a9e2 Reviewed-on: http://git-master/r/14796 Tested-by: Sachin Nikam <snikam@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Rebase-Id: R81bc83db6f043ff529a994b70438aa65a114e464
Diffstat (limited to 'arch/arm/mach-tegra/board-whistler-power.c')
-rw-r--r--arch/arm/mach-tegra/board-whistler-power.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-whistler-power.c b/arch/arm/mach-tegra/board-whistler-power.c
index b1b814be9056..9723a952f41d 100644
--- a/arch/arm/mach-tegra/board-whistler-power.c
+++ b/arch/arm/mach-tegra/board-whistler-power.c
@@ -160,7 +160,7 @@ static struct platform_device max8907c_##_id##_device = { \
}
MAX8907C_REGULATOR_DEVICE(SD1, 637500, 1425000);
-MAX8907C_REGULATOR_DEVICE(SD2, 650000, 2225000);
+MAX8907C_REGULATOR_DEVICE(SD2, 637500, 1425000);
MAX8907C_REGULATOR_DEVICE(SD3, 750000, 3900000);
MAX8907C_REGULATOR_DEVICE(LDO1, 750000, 3900000);
MAX8907C_REGULATOR_DEVICE(LDO2, 650000, 2225000);