diff options
author | Tony Lindgren <tony@atomide.com> | 2012-05-08 19:23:33 -0400 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2012-05-08 19:23:33 -0400 |
commit | ad1b6662eb5fe293e8b402497b3835710848c389 (patch) | |
tree | 99295b6160eed041bf8301533084712b9754e61e /arch/arm/mach-omap2/Makefile | |
parent | 0135f6a04642c192bdf4b36e06937d3387e174ff (diff) |
ARM: OMAP2420: hwmod data: Add MMC hwmod data for 2420
Add MMC for 2420 so we can pass the DMA request lines the same
way as we already do on omap2430 and later.
Cc: Benoit Cousson <b-cousson@ti.com>
Cc: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
[paul@pwsan.com: updated to apply on top of the 3.5 hwmod cleanup;
changed mmc hwmod name/class to "msdi" as documented in the 2420 TRM Rev X;
added sysconfig register information; added 16 bit register width flag;
added MSDI custom reset code]
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index d8604a3e490e..4eee0f139cbd 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile | |||
@@ -189,6 +189,9 @@ ifneq ($(CONFIG_TIDSPBRIDGE),) | |||
189 | obj-y += dsp.o | 189 | obj-y += dsp.o |
190 | endif | 190 | endif |
191 | 191 | ||
192 | # OMAP2420 MSDI controller integration support ("MMC") | ||
193 | obj-$(CONFIG_SOC_OMAP2420) += msdi.o | ||
194 | |||
192 | # Specific board support | 195 | # Specific board support |
193 | obj-$(CONFIG_MACH_OMAP_GENERIC) += board-generic.o | 196 | obj-$(CONFIG_MACH_OMAP_GENERIC) += board-generic.o |
194 | obj-$(CONFIG_MACH_OMAP_H4) += board-h4.o | 197 | obj-$(CONFIG_MACH_OMAP_H4) += board-h4.o |