diff options
author | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2011-01-01 15:26:04 +0100 |
---|---|---|
committer | Kevin Hilman <khilman@ti.com> | 2011-12-08 20:28:59 +0100 |
commit | 501f0c751de06d8484b4279131c26f58bd49a69d (patch) | |
tree | b993d2a9ad7df11dbde65e41ee0dc8d4e444113b /arch/arm/mach-omap2/common.h | |
parent | ARM: OMAP4: Export omap4_get_base*() rather than global address pointers (diff) | |
download | linux-501f0c751de06d8484b4279131c26f58bd49a69d.tar.xz linux-501f0c751de06d8484b4279131c26f58bd49a69d.zip |
ARM: OMAP4: PM: Add SAR RAM support
This patch adds SAR RAM support on OMAP4430. SAR RAM used to save
and restore the HW context in low power modes.
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Acked-by: Jean Pihet <j-pihet@ti.com>
Reviewed-by: Kevin Hilman <khilman@ti.com>
Tested-by: Vishwanath BS <vishwanath.bs@ti.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/common.h')
-rw-r--r-- | arch/arm/mach-omap2/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h index ca04152a9199..7ebcb6a9b73e 100644 --- a/arch/arm/mach-omap2/common.h +++ b/arch/arm/mach-omap2/common.h @@ -182,6 +182,7 @@ static inline void __iomem *omap4_get_scu_base(void) extern void __init gic_init_irq(void); extern void omap_smc1(u32 fn, u32 arg); +extern void __iomem *omap4_get_sar_ram_base(void); #ifdef CONFIG_SMP /* Needed for secondary core boot */ |