summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/include/mach/suspend.h
diff options
context:
space:
mode:
authorPrashant Gaikwad <pgaikwad@nvidia.com>2011-04-21 09:43:48 +0530
committerVarun Colbert <vcolbert@nvidia.com>2011-04-25 18:46:45 -0700
commitb6426b90fd99bf82114465a12ff7e4da2a4c982e (patch)
tree6378df0ead6cab8f57d2b8493f32068e86d65419 /arch/arm/mach-tegra/include/mach/suspend.h
parent57e983200f1879da88519b0bec3fb3cbaaa99caa (diff)
ARM: tegra: whistler: Power down/up core railtegra-11.2.5
program pwren signal of max8907c regulator to power down/up core rail on deep sleep enter/exit deep sleep mode. core_timer and core_off_timer changed as per K32. separate_req set to false as whistler pmu has combined power requests. Bug 817378 Change-Id: Ia95a61360079f919a039572cf8fd4597db9efd50 Reviewed-on: http://git-master/r/28435 Tested-by: Prashant Gaikwad <pgaikwad@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/include/mach/suspend.h')
-rw-r--r--arch/arm/mach-tegra/include/mach/suspend.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/include/mach/suspend.h b/arch/arm/mach-tegra/include/mach/suspend.h
index e6043ae614cc..056d91b0a57c 100644
--- a/arch/arm/mach-tegra/include/mach/suspend.h
+++ b/arch/arm/mach-tegra/include/mach/suspend.h
@@ -77,4 +77,9 @@ void tegra_set_lp0_wake_pads(u32 wake_enb, u32 wake_level, u32 wake_any);
void __init tegra_init_suspend(struct tegra_suspend_platform_data *plat);
+/*
+ * Callbacks for platform drivers to implement.
+ */
+extern void (*tegra_deep_sleep)(int);
+
#endif /* _MACH_TEGRA_SUSPEND_H_ */