aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/pdata-quirks.c
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2014-08-29 06:40:03 -0400
committerTony Lindgren <tony@atomide.com>2014-09-08 20:04:35 -0400
commit63dd5bc03a1ac9dd90807f6f3fc2475c0d4f046a (patch)
tree0faf4879e7641a70cdedd8a74302f1aaa239eb87 /arch/arm/mach-omap2/pdata-quirks.c
parent0e0cb99d17614711834aa8b4c6b397bf8b8596a5 (diff)
ARM: OMAP2+: tao3530: Add pdata-quirk for the mmc2 internal clock
Set internal clock source for MMC2 on tao3530. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Thorsten Eisbein <thorsten.eisbein@head-acoustics.de> Cc: Tapani Utriainen <tapani@technexion.com> Cc: Tony Lindgren <tony@atomide.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/pdata-quirks.c')
-rw-r--r--arch/arm/mach-omap2/pdata-quirks.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/pdata-quirks.c b/arch/arm/mach-omap2/pdata-quirks.c
index 90c88d498485..b9d091b4d983 100644
--- a/arch/arm/mach-omap2/pdata-quirks.c
+++ b/arch/arm/mach-omap2/pdata-quirks.c
@@ -253,6 +253,11 @@ static void __init nokia_n900_legacy_init(void)
253 253
254 } 254 }
255} 255}
256
257static void __init omap3_tao3530_legacy_init(void)
258{
259 hsmmc2_internal_input_clk();
260}
256#endif /* CONFIG_ARCH_OMAP3 */ 261#endif /* CONFIG_ARCH_OMAP3 */
257 262
258#ifdef CONFIG_ARCH_OMAP4 263#ifdef CONFIG_ARCH_OMAP4
@@ -377,6 +382,7 @@ static struct pdata_init pdata_quirks[] __initdata = {
377 { "ti,omap3-evm-37xx", omap3_evm_legacy_init, }, 382 { "ti,omap3-evm-37xx", omap3_evm_legacy_init, },
378 { "ti,omap3-zoom3", omap3_zoom_legacy_init, }, 383 { "ti,omap3-zoom3", omap3_zoom_legacy_init, },
379 { "ti,am3517-evm", am3517_evm_legacy_init, }, 384 { "ti,am3517-evm", am3517_evm_legacy_init, },
385 { "technexion,omap3-tao3530", omap3_tao3530_legacy_init, },
380#endif 386#endif
381#ifdef CONFIG_ARCH_OMAP4 387#ifdef CONFIG_ARCH_OMAP4
382 { "ti,omap4-sdp", omap4_sdp_legacy_init, }, 388 { "ti,omap4-sdp", omap4_sdp_legacy_init, },