diff options
author | Madhu <madhu.cr@ti.com> | 2009-11-22 13:11:06 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-11-22 13:24:32 -0500 |
commit | 4596d14ad88bbacc80970cb964b8f3d6ade7e305 (patch) | |
tree | f93d5ca8f1b5a527b9fb601ffb3ad78508f635eb /arch/arm/mach-omap2/devices.c | |
parent | eebfa9f239a21d9663af03b50958d4d0bb7ab1d9 (diff) |
omap3630: Add HSMMC related checks
Change the cpu_is_omap3430() check to cpu_is_omap34xx() to allow HSMMC1/2
mux configuration for omap3630.
Signed-off-by: Madhusudhan Chikkature <madhu.cr@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/devices.c')
-rw-r--r-- | arch/arm/mach-omap2/devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c index 7d4513b619f2..8d23e1f7f84b 100644 --- a/arch/arm/mach-omap2/devices.c +++ b/arch/arm/mach-omap2/devices.c | |||
@@ -575,7 +575,7 @@ static inline void omap2_mmc_mux(struct omap_mmc_platform_data *mmc_controller, | |||
575 | } | 575 | } |
576 | } | 576 | } |
577 | 577 | ||
578 | if (cpu_is_omap3430()) { | 578 | if (cpu_is_omap34xx()) { |
579 | if (controller_nr == 0) { | 579 | if (controller_nr == 0) { |
580 | omap_cfg_reg(N28_3430_MMC1_CLK); | 580 | omap_cfg_reg(N28_3430_MMC1_CLK); |
581 | omap_cfg_reg(M27_3430_MMC1_CMD); | 581 | omap_cfg_reg(M27_3430_MMC1_CMD); |