diff options
author | Rajendra Nayak <rnayak@ti.com> | 2010-08-02 13:18:18 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-08-02 13:18:18 +0300 |
commit | 5643aebbc088332e6722750c45bcd83f61af071e (patch) | |
tree | 2df11565efd2ccddea113df099019a21f1df5d66 /arch/arm/mach-omap2/Makefile | |
parent | 0003450964357ec85eeeeda2e4bb8b06a6f82ad3 (diff) | |
download | linux-stable-5643aebbc088332e6722750c45bcd83f61af071e.tar.gz linux-stable-5643aebbc088332e6722750c45bcd83f61af071e.tar.bz2 linux-stable-5643aebbc088332e6722750c45bcd83f61af071e.zip |
omap4: suspend: Add basic system suspend support
This patch adds support for basic suspend doing a CPUx wfi
for OMAP4. All powerdomains are for now are kept programmed
in ON state.
Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Cc: Kevin Hilman <khilman@deeprootsystems.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 0efcc94fad2f..3cb1b510ee42 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -49,6 +49,7 @@ ifeq ($(CONFIG_PM),y) obj-$(CONFIG_ARCH_OMAP2) += pm24xx.o obj-$(CONFIG_ARCH_OMAP2) += sleep24xx.o obj-$(CONFIG_ARCH_OMAP3) += pm34xx.o sleep34xx.o cpuidle34xx.o +obj-$(CONFIG_ARCH_OMAP4) += pm44xx.o obj-$(CONFIG_PM_DEBUG) += pm-debug.o AFLAGS_sleep24xx.o :=-Wa,-march=armv6 |