summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/power.h
diff options
context:
space:
mode:
authorScott Williams <scwilliams@nvidia.com>2011-03-31 19:28:43 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-04-26 15:55:01 -0700
commitd806c62a68816ea0e10d67099c0a3c508d7e3048 (patch)
treed4ff902833bdbab8bf50e2d12bf830cbbab51c2c /arch/arm/mach-tegra/power.h
parent255640cba406a57110b24890a421954d090a773b (diff)
ARM: tegra: power: Program CPU power control register
Bug 755621 Original-Change-Id: I7263e9f6e72b9eefc6e775ef646fcfde5290a129 Reviewed-on: http://git-master/r/25043 Reviewed-by: Scott Williams <scwilliams@nvidia.com> Tested-by: Scott Williams <scwilliams@nvidia.com> Change-Id: I5ae5fe008ec548c65bba1049dcfeee5454abcb93
Diffstat (limited to 'arch/arm/mach-tegra/power.h')
-rw-r--r--arch/arm/mach-tegra/power.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/power.h b/arch/arm/mach-tegra/power.h
index daa05533f121..ff668c2749fb 100644
--- a/arch/arm/mach-tegra/power.h
+++ b/arch/arm/mach-tegra/power.h
@@ -145,6 +145,7 @@ void tegra_idle_enter_lp2_cpu_0(struct cpuidle_device *dev,
struct cpuidle_state *state);
void tegra_idle_enter_lp2_cpu_n(struct cpuidle_device *dev,
struct cpuidle_state *state);
+void tegra_cpu_dynamic_power_init(void);
#if defined(CONFIG_TEGRA_AUTO_HOTPLUG) && !defined(CONFIG_ARCH_TEGRA_2x_SOC)
int tegra_auto_hotplug_init(struct mutex *cpu_lock);