summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/pm.h
diff options
context:
space:
mode:
authorKarthik Ramakrishnan <karthikr@nvidia.com>2013-01-25 15:05:33 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:06:48 -0700
commitb12099cf487848b4e035d0070aa4317ffd988077 (patch)
treec9c4a93311fd08baceef0599431c4dd79cf476ec /arch/arm/mach-tegra/pm.h
parentca6f9bb152ee589b20e670d724cdf0c7e59d1956 (diff)
arm: tegra: LP1 Low Core Voltage Support for T114
The feature was added for T30 and the config name referred to the lowest Core voltage for Enterprise(CONFIG_TEGRA_LP1_950). Changed the Kconfig to include T114 support and renamed the feature name to refer to the lowest Core voltage possible for the particular platform and not just 950mV. The initial change for this feature is in http://git-master/r/124135 Bug 1035684 Change-Id: I4318c66fd70ab227ef0786d6a13286e020e4541d Signed-off-by: Karthik Ramakrishnan <karthikr@nvidia.com> Signed-off-by: Hunk Lin <hulin@nvidia.com> (cherry picked from commit c94f740ede4809a897e18253a9c7fdfb8666970e) Reviewed-on: http://git-master/r/194260 Reviewed-by: Simone Willett <swillett@nvidia.com> Tested-by: Simone Willett <swillett@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/pm.h')
-rw-r--r--arch/arm/mach-tegra/pm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/pm.h b/arch/arm/mach-tegra/pm.h
index 706aab285f44..e0b7106d06f5 100644
--- a/arch/arm/mach-tegra/pm.h
+++ b/arch/arm/mach-tegra/pm.h
@@ -66,7 +66,7 @@ struct tegra_suspend_platform_data {
/* lp_state = 0 for LP0 state, 1 for LP1 state, 2 for LP2 state */
void (*board_resume)(int lp_state, enum resume_stage stg);
unsigned int cpu_resume_boost; /* CPU frequency resume boost in kHz */
-#ifdef CONFIG_TEGRA_LP1_950
+#ifdef CONFIG_TEGRA_LP1_LOW_COREVOLTAGE
bool lp1_lowvolt_support;
unsigned int i2c_base_addr;
unsigned int pmuslave_addr;