summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorDavid Pu <dpu@nvidia.com>2014-06-05 14:42:27 +0800
committerDanny Song <dsong@nvidia.com>2014-06-06 01:44:34 -0700
commit8540c6a74bb3a3efdb4507d0846a34d54d14f8c7 (patch)
tree7d4ac41143c1defff336e422525c761b322bffd9 /arch
parentb1a47b5aefa995f3f7b85a6a715071138376eb66 (diff)
mach: tegra: set LDO4 as boot on.
LDO4 is turned on from bootloader to meet TS power on sequence. Bug 200006060 Change-Id: I2ad2fb5b287f9c66fdff7d4123dec2e1c7476e77 Signed-off-by: David Pu <dpu@nvidia.com> Reviewed-on: http://git-master/r/419337 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Danny Song <dsong@nvidia.com> Tested-by: Danny Song <dsong@nvidia.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-tegra/board-tegranote7c-power.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-tegranote7c-power.c b/arch/arm/mach-tegra/board-tegranote7c-power.c
index 0ccc5dbe0b91..a3ba8242f83b 100644
--- a/arch/arm/mach-tegra/board-tegranote7c-power.c
+++ b/arch/arm/mach-tegra/board-tegranote7c-power.c
@@ -319,7 +319,7 @@ PALMAS_REGS_PDATA(ldo2, 1200, 1200, palmas_rails(smps7), 0, 1, 1, 0,
0, 0, 0, 0, 0);
PALMAS_REGS_PDATA(ldo3, 1800, 1800, NULL, 0, 0, 1, 0,
0, 0, 0, 0, 0);
-PALMAS_REGS_PDATA(ldo4, 3300, 3300, NULL, 0, 0, 1, 0,
+PALMAS_REGS_PDATA(ldo4, 3300, 3300, NULL, 0, 1, 1, 0,
0, 0, 0, 0, 0);
PALMAS_REGS_PDATA(ldo5, 2800, 2800, palmas_rails(smps9), 0, 0, 1, 0,
0, 0, 0, 0, 0);