diff options
author | Rajendra Nayak <rnayak@ti.com> | 2010-08-02 06:18:18 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-08-02 06:18:18 -0400 |
commit | 5643aebbc088332e6722750c45bcd83f61af071e (patch) | |
tree | 2df11565efd2ccddea113df099019a21f1df5d66 /arch/arm/mach-omap2/Makefile | |
parent | 0003450964357ec85eeeeda2e4bb8b06a6f82ad3 (diff) |
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) | |||
49 | obj-$(CONFIG_ARCH_OMAP2) += pm24xx.o | 49 | obj-$(CONFIG_ARCH_OMAP2) += pm24xx.o |
50 | obj-$(CONFIG_ARCH_OMAP2) += sleep24xx.o | 50 | obj-$(CONFIG_ARCH_OMAP2) += sleep24xx.o |
51 | obj-$(CONFIG_ARCH_OMAP3) += pm34xx.o sleep34xx.o cpuidle34xx.o | 51 | obj-$(CONFIG_ARCH_OMAP3) += pm34xx.o sleep34xx.o cpuidle34xx.o |
52 | obj-$(CONFIG_ARCH_OMAP4) += pm44xx.o | ||
52 | obj-$(CONFIG_PM_DEBUG) += pm-debug.o | 53 | obj-$(CONFIG_PM_DEBUG) += pm-debug.o |
53 | 54 | ||
54 | AFLAGS_sleep24xx.o :=-Wa,-march=armv6 | 55 | AFLAGS_sleep24xx.o :=-Wa,-march=armv6 |