aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/devices.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/plat-omap/devices.c')
-rw-r--r--arch/arm/plat-omap/devices.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/plat-omap/devices.c b/arch/arm/plat-omap/devices.c
index 25232b281e1e..ed94dee326ca 100644
--- a/arch/arm/plat-omap/devices.c
+++ b/arch/arm/plat-omap/devices.c
@@ -313,19 +313,6 @@ static inline void omap_init_mmc_conf(const struct omap_mmc_config *mmc_conf)
313 omap_cfg_reg(MMC_DAT3); 313 omap_cfg_reg(MMC_DAT3);
314 } 314 }
315 } 315 }
316#if defined(CONFIG_ARCH_OMAP2420)
317 if (mmc_conf->mmc[0].internal_clock) {
318 /*
319 * Use internal loop-back in MMC/SDIO
320 * Module Input Clock selection
321 */
322 if (cpu_is_omap24xx()) {
323 u32 v = omap_ctrl_readl(OMAP2_CONTROL_DEVCONF0);
324 v |= (1 << 24); /* not used in 243x */
325 omap_ctrl_writel(v, OMAP2_CONTROL_DEVCONF0);
326 }
327 }
328#endif
329 } 316 }
330 317
331#ifdef CONFIG_ARCH_OMAP16XX 318#ifdef CONFIG_ARCH_OMAP16XX