diff options
author | Anand Gadiyar <gadiyar@ti.com> | 2011-03-01 13:12:56 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-03-01 13:12:56 -0800 |
commit | 17203bdaf2fd0cda6ac941a7b3fb8416c57303c7 (patch) | |
tree | 6f321e63917b0bcf01da3254b327ba51f6732de5 /arch/arm | |
parent | b163605e3f2051e0cbd378d46a91cab2563b7ebf (diff) | |
download | blackbird-op-linux-17203bdaf2fd0cda6ac941a7b3fb8416c57303c7.tar.gz blackbird-op-linux-17203bdaf2fd0cda6ac941a7b3fb8416c57303c7.zip |
OMAP4: hwmod data: enable HSMMC
Enabling hsmmc hwmod for OMAP4
Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
Signed-off-by: Kishore Kadiyala <kishore.kadiyala@ti.com>
Acked-by: Benoit Cousson<b-cousson@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c index 2c5882792e01..12fcd0a08207 100644 --- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c @@ -5077,11 +5077,11 @@ static __initdata struct omap_hwmod *omap44xx_hwmods[] = { &omap44xx_mcspi4_hwmod, /* mmc class */ -/* &omap44xx_mmc1_hwmod, */ -/* &omap44xx_mmc2_hwmod, */ -/* &omap44xx_mmc3_hwmod, */ -/* &omap44xx_mmc4_hwmod, */ -/* &omap44xx_mmc5_hwmod, */ + &omap44xx_mmc1_hwmod, + &omap44xx_mmc2_hwmod, + &omap44xx_mmc3_hwmod, + &omap44xx_mmc4_hwmod, + &omap44xx_mmc5_hwmod, /* mpu class */ &omap44xx_mpu_hwmod, |