summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-whistler-power.c
diff options
context:
space:
mode:
authorPrashant Gaikwad <pgaikwad@nvidia.com>2011-11-10 14:22:22 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:50:04 -0800
commit5367b5addf868c68afac8bbf2393d3099582379b (patch)
treebd9b29f2b9c97050e8df91b0e5eac960e6f97808 /arch/arm/mach-tegra/board-whistler-power.c
parent305af74cf4a367306924d23e9da0692b621674e5 (diff)
ARM: tegra: whistler: Assign regulator to VDD_AON
On whistler, VDD_AON rail do not have separate regulator. Make it as consumer to core regulator. Bug 899605 Change-Id: I53bb47fa41e027490e2641da089b69cef7e0ebfa Reviewed-on: http://git-master/r/63528 Reviewed-by: Lokesh Pathak <lpathak@nvidia.com> Tested-by: Lokesh Pathak <lpathak@nvidia.com> Rebase-Id: R70bcd08a543dfd26ba5136721298d92e50e65f8d
Diffstat (limited to 'arch/arm/mach-tegra/board-whistler-power.c')
-rw-r--r--arch/arm/mach-tegra/board-whistler-power.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-whistler-power.c b/arch/arm/mach-tegra/board-whistler-power.c
index 72a1d04ab8a0..89ca697b92ba 100644
--- a/arch/arm/mach-tegra/board-whistler-power.c
+++ b/arch/arm/mach-tegra/board-whistler-power.c
@@ -43,6 +43,7 @@ static struct regulator_consumer_supply max8907c_SD1_supply[] = {
static struct regulator_consumer_supply max8907c_SD2_supply[] = {
REGULATOR_SUPPLY("vdd_core", NULL),
+ REGULATOR_SUPPLY("vdd_aon", NULL),
};
static struct regulator_consumer_supply max8907c_SD3_supply[] = {