diff options
author | Paul Walmsley <paul@pwsan.com> | 2010-09-21 16:34:10 (GMT) |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2010-09-21 21:12:40 (GMT) |
commit | cf21405fd51b416f071edb546631a6ecd2112263 (patch) | |
tree | c443eb696bb2d4d564a520a1196bd76dd7349b0c /arch/arm/mach-omap2/Makefile | |
parent | 0be1621a749907ada0101e4139a1f57168c5410b (diff) | |
download | linux-cf21405fd51b416f071edb546631a6ecd2112263.tar.xz |
OMAP2/3: PRM: add module hard reset support
This patch adds hard-reset support for processor modules (e.g., DSP, IVA)
on OMAP2/3 platforms. It's based on the OMAP4 hard-reset support that Benoît
developed in the previous patch.
This patch is a collaboration between Benoît Cousson <b-cousson@ti.com>
and Paul Walmsley <paul@pwsan.com>.
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Benoît Cousson <b-cousson@ti.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 c0da784..eb2504a 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -5,7 +5,7 @@ # Common support obj-y := id.o io.o control.o mux.o devices.o serial.o gpmc.o timer-gp.o pm.o -omap-2-3-common = irq.o sdrc.o +omap-2-3-common = irq.o sdrc.o prm2xxx_3xxx.o hwmod-common = omap_hwmod.o \ omap_hwmod_common_data.o prcm-common = prcm.o powerdomain.o |