diff options
author | Tony Lindgren <tony@atomide.com> | 2006-06-26 16:16:18 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2006-06-26 16:16:18 -0700 |
commit | 22a16f39e36e62f7bd221e5b279ea02fb3c43425 (patch) | |
tree | 53921cd85f8a351363cecc790f40e4fd9b5770ef /arch/arm/mach-omap2/Makefile | |
parent | a7ca9d2b0199f79480800e18f643328bb43f521d (diff) | |
download | blackbird-op-linux-22a16f39e36e62f7bd221e5b279ea02fb3c43425.tar.gz blackbird-op-linux-22a16f39e36e62f7bd221e5b279ea02fb3c43425.zip |
ARM: OMAP: Add initial 24xx suspend support
This patch adds support for omap24xx power domains and
allows suspend to work.
Please note that for some reason core power domain still
does not seem to idle.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 7a8edd6cd198..266d88e77bdc 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -9,7 +9,7 @@ obj-y := irq.o id.o io.o sram-fn.o memory.o prcm.o clock.o mux.o devices.o \ obj-$(CONFIG_OMAP_MPU_TIMER) += timer-gp.o # Power Management -obj-$(CONFIG_PM) += pm.o sleep.o +obj-$(CONFIG_PM) += pm.o pm-domain.o sleep.o # Specific board support obj-$(CONFIG_MACH_OMAP_GENERIC) += board-generic.o |