diff options
author | Paul Walmsley <paul@pwsan.com> | 2013-02-10 13:22:23 -0500 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2013-02-10 13:22:23 -0500 |
commit | c02060d869247215c2ea15fd650c333d30f5b210 (patch) | |
tree | 67fc0df4ec9b8b9b2e174a5e4212b83bd8e56868 /arch/arm/mach-omap2/Makefile | |
parent | cf8ba17154b0977e9195b160aef6c934270a08c1 (diff) |
ARM: OMAP4+: AESS: enable internal auto-gating during initial setup
Enable the AESS auto-gating control bit during AESS hwmod setup. This
fixes the following boot warning on OMAP4:
omap_hwmod: aess: _wait_target_disable failed
Without this patch, the AESS IP block does not indicate to the PRCM
that it is idle after it is reset. This prevents some types of SoC
power management until something sets the auto-gating control bit.
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Sebastien Guiriec <s-guiriec@ti.com>
Cc: Benoît Cousson <b-cousson@ti.com>
Cc: Péter Ujfalusi <peter.ujfalusi@ti.com>
Cc: 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 947cafe65aef..d88788facf52 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile | |||
@@ -8,7 +8,7 @@ obj-y := id.o io.o control.o mux.o devices.o fb.o serial.o gpmc.o timer.o pm.o \ | |||
8 | omap_device.o sram.o | 8 | omap_device.o sram.o |
9 | 9 | ||
10 | omap-2-3-common = irq.o | 10 | omap-2-3-common = irq.o |
11 | hwmod-common = omap_hwmod.o \ | 11 | hwmod-common = omap_hwmod.o omap_hwmod_reset.o \ |
12 | omap_hwmod_common_data.o | 12 | omap_hwmod_common_data.o |
13 | clock-common = clock.o clock_common_data.o \ | 13 | clock-common = clock.o clock_common_data.o \ |
14 | clkt_dpll.o clkt_clksel.o | 14 | clkt_dpll.o clkt_clksel.o |