diff options
Diffstat (limited to 'arch')
-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); |