summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra
diff options
context:
space:
mode:
authorChaitanya Bandi <bandik@nvidia.com>2013-07-02 13:51:35 +0530
committerGabby Lee <galee@nvidia.com>2013-07-18 04:34:17 -0700
commit61dbcdbb7da4aa71d37d880133d0a30d9c1a4fe6 (patch)
tree4a7abbef7f86d91ee741b165dc6442552452ac32 /arch/arm/mach-tegra
parent1f5da45248603c103a2e3b8335178d4d10c38ee8 (diff)
ARM: tegra: Increase PMU max voltage for vdd_cpu to 1350
Bug 1310622 Bug 1316665 Change-Id: I2d47023f46a0d6fb56731274b6312d89b51f1635 Signed-off-by: Chaitanya Bandi <bandik@nvidia.com> (cherry picked from commit 0887530a51a76ebeb2bf9f93c7332d8e53a29349) Reviewed-on: http://git-master/r/244588 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Gabby Lee <galee@nvidia.com> Tested-by: Gabby Lee <galee@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra')
-rw-r--r--arch/arm/mach-tegra/board-macallan-power.c2
-rw-r--r--arch/arm/mach-tegra/board-pluto-power.c2
-rw-r--r--arch/arm/mach-tegra/board-tegratab-power.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-tegra/board-macallan-power.c b/arch/arm/mach-tegra/board-macallan-power.c
index 654a4437767d..49c52a59fbd6 100644
--- a/arch/arm/mach-tegra/board-macallan-power.c
+++ b/arch/arm/mach-tegra/board-macallan-power.c
@@ -269,7 +269,7 @@ static struct regulator_consumer_supply palmas_regen1_supply[] = {
static struct regulator_consumer_supply palmas_regen2_supply[] = {
};
-PALMAS_REGS_PDATA(smps123, 900, 1300, NULL, 0, 0, 0, 0,
+PALMAS_REGS_PDATA(smps123, 900, 1350, NULL, 0, 0, 0, 0,
0, PALMAS_EXT_CONTROL_ENABLE1, 0, 3, 0);
PALMAS_REGS_PDATA(smps45, 900, 1400, NULL, 0, 0, 0, 0,
0, PALMAS_EXT_CONTROL_NSLEEP, 0, 0, 0);
diff --git a/arch/arm/mach-tegra/board-pluto-power.c b/arch/arm/mach-tegra/board-pluto-power.c
index 7d6abb5a1d24..664c3f4ad70b 100644
--- a/arch/arm/mach-tegra/board-pluto-power.c
+++ b/arch/arm/mach-tegra/board-pluto-power.c
@@ -252,7 +252,7 @@ static struct regulator_consumer_supply palmas_regen2_supply[] = {
REGULATOR_SUPPLY("vdd_mic", NULL),
};
-PALMAS_REGS_PDATA(smps123, 900, 1300, NULL, 0, 0, 0, NORMAL,
+PALMAS_REGS_PDATA(smps123, 900, 1350, NULL, 0, 0, 0, NORMAL,
0, PALMAS_EXT_CONTROL_ENABLE1, 0, 3, 0);
PALMAS_REGS_PDATA(smps45, 900, 1400, NULL, 0, 0, 0, NORMAL,
0, PALMAS_EXT_CONTROL_NSLEEP, 0, 3, 0);
diff --git a/arch/arm/mach-tegra/board-tegratab-power.c b/arch/arm/mach-tegra/board-tegratab-power.c
index 167fd6259857..f266c1821cdf 100644
--- a/arch/arm/mach-tegra/board-tegratab-power.c
+++ b/arch/arm/mach-tegra/board-tegratab-power.c
@@ -287,7 +287,7 @@ static struct regulator_consumer_supply palmas_regen1_supply[] = {
static struct regulator_consumer_supply palmas_regen2_supply[] = {
};
-PALMAS_REGS_PDATA(smps123, 900, 1300, NULL, 0, 0, 0, 0,
+PALMAS_REGS_PDATA(smps123, 900, 1350, NULL, 0, 0, 0, 0,
0, PALMAS_EXT_CONTROL_ENABLE1, 0, 3, 0);
PALMAS_REGS_PDATA(smps45, 900, 1400, NULL, 0, 0, 0, 0,
0, PALMAS_EXT_CONTROL_NSLEEP, 0, 0, 0);