projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e0cb99
)
ARM: OMAP2+: tao3530: Add pdata-quirk for the mmc2 internal clock
author
Stefan Roese
<sr@denx.de>
Fri, 29 Aug 2014 10:40:03 +0000
(12:40 +0200)
committer
Tony Lindgren
<tony@atomide.com>
Tue, 9 Sep 2014 00:04:35 +0000
(17:04 -0700)
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>
arch/arm/mach-omap2/pdata-quirks.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-omap2/pdata-quirks.c
b/arch/arm/mach-omap2/pdata-quirks.c
index 90c88d498485d8d013fea381c3b15884eda594ee..b9d091b4d98332b093b4f783f23063afab774c4e 100644
(file)
--- 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)
}
}
+
+static void __init omap3_tao3530_legacy_init(void)
+{
+ hsmmc2_internal_input_clk();
+}
#endif /* CONFIG_ARCH_OMAP3 */
#ifdef CONFIG_ARCH_OMAP4
@@
-377,6
+382,7
@@
static struct pdata_init pdata_quirks[] __initdata = {
{ "ti,omap3-evm-37xx", omap3_evm_legacy_init, },
{ "ti,omap3-zoom3", omap3_zoom_legacy_init, },
{ "ti,am3517-evm", am3517_evm_legacy_init, },
+ { "technexion,omap3-tao3530", omap3_tao3530_legacy_init, },
#endif
#ifdef CONFIG_ARCH_OMAP4
{ "ti,omap4-sdp", omap4_sdp_legacy_init, },