summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvenu byravarasu <vbyravarasu@nvidia.com>2011-09-08 14:11:21 +0530
committerRohan Somvanshi <rsomvanshi@nvidia.com>2011-09-27 05:36:48 -0700
commit58e12a43bb7f10349f30ac095d1b9865b31e5f3e (patch)
treeb947d2f78df7a0486b8171384e595b5373788377
parent745c337d2856006a14a48b3114c135af1cdc94f4 (diff)
arm: tegra: Add regulator entry for NCT1008
bug 869217 Reviewed-on: http://git-master/r/51291 (cherry picked from commit bdf107203561935aa8d1eb1be36cfbbd36adfbe4) Change-Id: I3a342c87c65e586942396f12193726f0d60d17f1 Reviewed-on: http://git-master/r/54225 Tested-by: Venu Byravarasu <vbyravarasu@nvidia.com> Reviewed-by: Dan Willemsen <dwillemsen@nvidia.com>
-rw-r--r--arch/arm/mach-tegra/board-cardhu-power.c1
-rw-r--r--arch/arm/mach-tegra/board-enterprise-power.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-cardhu-power.c b/arch/arm/mach-tegra/board-cardhu-power.c
index d89617b2cf1c..82fa58356314 100644
--- a/arch/arm/mach-tegra/board-cardhu-power.c
+++ b/arch/arm/mach-tegra/board-cardhu-power.c
@@ -498,6 +498,7 @@ static struct regulator_consumer_supply gpio_switch_en_3v3_sys_supply[] = {
REGULATOR_SUPPLY("vdd_3v3_cam", NULL),
REGULATOR_SUPPLY("vdd_3v3_als", NULL),
REGULATOR_SUPPLY("debug_cons", NULL),
+ REGULATOR_SUPPLY("vdd", "4-004c"),
};
static int gpio_switch_en_3v3_sys_voltages[] = { 3300};
diff --git a/arch/arm/mach-tegra/board-enterprise-power.c b/arch/arm/mach-tegra/board-enterprise-power.c
index c817beb9ca59..4ccedb2b4f5d 100644
--- a/arch/arm/mach-tegra/board-enterprise-power.c
+++ b/arch/arm/mach-tegra/board-enterprise-power.c
@@ -320,7 +320,7 @@ static struct regulator_consumer_supply gpio_switch_pmu_3v3_en_supply[] = {
REGULATOR_SUPPLY("avdd_usb_hdmi_3v3", NULL),
REGULATOR_SUPPLY("avdd_usb", NULL),
REGULATOR_SUPPLY("avdd_hdmi", NULL),
- REGULATOR_SUPPLY("vdd_nct1008", NULL),
+ REGULATOR_SUPPLY("vdd", "4-004c"),
};
static int gpio_switch_pmu_3v3_en_voltages[] = {3300};