summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-ventana-power.c
diff options
context:
space:
mode:
authorNitin Kumbhar <nkumbhar@nvidia.com>2010-12-08 13:40:29 +0530
committerBharat Nihalani <bnihalani@nvidia.com>2010-12-08 23:29:17 -0800
commitf32cf5d07a0e91e5057c2ca9b032854ccba312a7 (patch)
treefee365da91847d7b94a9e546a3b7e2f3d2735bae /arch/arm/mach-tegra/board-ventana-power.c
parent78558ad995892e01e6fbcee524259f90f8c94c26 (diff)
arm: tegra: ventana: add vdd_aon supply as required by tegra2_dvfs
vdd_aon (vdd_rtc) supply powers the RTC domain. It is required that vdd_aon should follow vdd_core which is changed by dvfs. This supply enables dvfs to effectively manage vdd_aon, vdd_core and vdd_cpu. Change-Id: I54e06d38ae1cd8ed96923cb3b3ffb4370f7db848 Reviewed-on: http://git-master/r/12282 Tested-by: Nitin Kumbhar <nkumbhar@nvidia.com> Reviewed-by: Sachin Nikam <snikam@nvidia.com> Reviewed-by: Aleksandr Frid <afrid@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-ventana-power.c')
-rw-r--r--arch/arm/mach-tegra/board-ventana-power.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-ventana-power.c b/arch/arm/mach-tegra/board-ventana-power.c
index b4ae5e807ba1..886344d6f3c8 100644
--- a/arch/arm/mach-tegra/board-ventana-power.c
+++ b/arch/arm/mach-tegra/board-ventana-power.c
@@ -134,6 +134,7 @@ static struct regulator_consumer_supply tps658621_ldo1_supply[] = {
};
static struct regulator_consumer_supply tps658621_ldo2_supply[] = {
REGULATOR_SUPPLY("vdd_rtc", NULL),
+ REGULATOR_SUPPLY("vdd_aon", NULL),
};
static struct regulator_consumer_supply tps658621_ldo3_supply[] = {
REGULATOR_SUPPLY("avdd_usb", NULL),