aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/include/plat/sram.h
diff options
context:
space:
mode:
authorRajendra Nayak <rnayak@ti.com>2008-09-26 17:50:07 +0530
committerKevin Hilman <khilman@deeprootsystems.com>2009-11-11 14:42:25 -0800
commit2f5939c3ec9440a9c3a0baf4d0e1b2cc043aad46 (patch)
tree2baf1e1e279817fd144a23eb3976964e1d43a0c6 /arch/arm/plat-omap/include/plat/sram.h
parentOMAP3: PM: MPU off-mode support (diff)
downloadlinux-dev-2f5939c3ec9440a9c3a0baf4d0e1b2cc043aad46.tar.xz
linux-dev-2f5939c3ec9440a9c3a0baf4d0e1b2cc043aad46.zip
OMAP3: PM: CORE domain off-mode support
Add context save and restore for CORE powerdomain resources in order to support off-mode. Signed-off-by: Rajendra Nayak <rnayak@ti.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/plat-omap/include/plat/sram.h')
-rw-r--r--arch/arm/plat-omap/include/plat/sram.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/plat/sram.h b/arch/arm/plat-omap/include/plat/sram.h
index 77799d576bc8..16a1b458d53c 100644
--- a/arch/arm/plat-omap/include/plat/sram.h
+++ b/arch/arm/plat-omap/include/plat/sram.h
@@ -27,6 +27,7 @@ extern u32 omap3_configure_core_dpll(
u32 sdrc_actim_ctrl_b_0, u32 sdrc_mr_0,
u32 sdrc_rfr_ctrl_1, u32 sdrc_actim_ctrl_a_1,
u32 sdrc_actim_ctrl_b_1, u32 sdrc_mr_1);
+extern void omap3_sram_restore_context(void);
/* Do not use these */
extern void omap1_sram_reprogram_clock(u32 ckctl, u32 dpllctl);