summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Frid <afrid@nvidia.com>2013-05-12 00:06:36 -0700
committerGabby Lee <galee@nvidia.com>2013-08-29 05:30:39 -0700
commitd9c94e230fccb2e1faa9eb36025abae7a84d23dd (patch)
tree763dc729d322a0e43358b9e002cde6672e8135af
parenta6477db2ef36ac1662b539492e1f654858ee60ed (diff)
ARM: tegra11: power: Specify PMU undershoot gaurd-band
Specified PMU undershoot gaurd-band 100mV for tegratab, macallan, and pluto boards. Bug 1285525 Change-Id: I950630c1d3208657fde0a8dda7a538c60cfc706d Signed-off-by: Alex Frid <afrid@nvidia.com> Reviewed-on: http://git-master/r/227756 (cherry picked from commit 31a740326f55b922edc0b3c89839dc2332b4ed35) Signed-off-by: Yong Goo Yi <yyi@nvidia.com> Reviewed-on: http://git-master/r/267385 GVS: Gerrit_Virtual_Submit Reviewed-by: Gabby Lee <galee@nvidia.com>
-rw-r--r--arch/arm/mach-tegra/board-macallan-power.c1
-rw-r--r--arch/arm/mach-tegra/board-pluto-power.c1
-rw-r--r--arch/arm/mach-tegra/board-tegratab-power.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-macallan-power.c b/arch/arm/mach-tegra/board-macallan-power.c
index 49c52a59fbd6..5639a6a515b5 100644
--- a/arch/arm/mach-tegra/board-macallan-power.c
+++ b/arch/arm/mach-tegra/board-macallan-power.c
@@ -649,6 +649,7 @@ static struct tegra_cl_dvfs_platform_data macallan_cl_dvfs_data = {
},
.vdd_map = pmu_cpu_vdd_map,
.vdd_map_size = PMU_CPU_VDD_MAP_SIZE,
+ .pmu_undershoot_gb = 100,
.cfg_param = &macallan_cl_dvfs_param,
};
diff --git a/arch/arm/mach-tegra/board-pluto-power.c b/arch/arm/mach-tegra/board-pluto-power.c
index 664c3f4ad70b..fbc5ec98711a 100644
--- a/arch/arm/mach-tegra/board-pluto-power.c
+++ b/arch/arm/mach-tegra/board-pluto-power.c
@@ -583,6 +583,7 @@ static struct tegra_cl_dvfs_platform_data pluto_cl_dvfs_data = {
},
.vdd_map = pmu_cpu_vdd_map,
.vdd_map_size = PMU_CPU_VDD_MAP_SIZE,
+ .pmu_undershoot_gb = 100,
.cfg_param = &pluto_cl_dvfs_param,
};
diff --git a/arch/arm/mach-tegra/board-tegratab-power.c b/arch/arm/mach-tegra/board-tegratab-power.c
index 7e52f6d36ac6..99d2e7387a2c 100644
--- a/arch/arm/mach-tegra/board-tegratab-power.c
+++ b/arch/arm/mach-tegra/board-tegratab-power.c
@@ -735,6 +735,7 @@ static struct tegra_cl_dvfs_platform_data tegratab_cl_dvfs_data = {
},
.vdd_map = pmu_cpu_vdd_map,
.vdd_map_size = PMU_CPU_VDD_MAP_SIZE,
+ .pmu_undershoot_gb = 100,
.cfg_param = &tegratab_cl_dvfs_param,
};