summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2
diff options
context:
space:
mode:
authorTony Lindgren2015-03-06 19:37:34 +0100
committerTony Lindgren2015-03-06 19:37:34 +0100
commit5b7610f235627878617648a99dd1442997f1c889 (patch)
tree929991a87a5a4dcb2344f535f53d73fccbe0443e /arch/arm/mach-omap2
parentMerge tag 'for-v4.0-rc/omap-fixes-a' of git://git.kernel.org/pub/scm/linux/ke... (diff)
downloadkernel-qcow2-linux-5b7610f235627878617648a99dd1442997f1c889.tar.gz
kernel-qcow2-linux-5b7610f235627878617648a99dd1442997f1c889.tar.xz
kernel-qcow2-linux-5b7610f235627878617648a99dd1442997f1c889.zip
ARM: OMAP2+: Fix wl12xx on dm3730-evm with mainline u-boot
I upgraded my u-boot and noticed that wl12xx stopped working. Turns out the kernel is not setting the quirk for the MMC2 copy clock while the eariler bootloader I had was setting it. Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r--arch/arm/mach-omap2/pdata-quirks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/pdata-quirks.c b/arch/arm/mach-omap2/pdata-quirks.c
index 190fa43e7479..e642b079e9f3 100644
--- a/arch/arm/mach-omap2/pdata-quirks.c
+++ b/arch/arm/mach-omap2/pdata-quirks.c
@@ -173,6 +173,7 @@ static void __init omap3_igep0030_rev_g_legacy_init(void)
static void __init omap3_evm_legacy_init(void)
{
+ hsmmc2_internal_input_clk();
legacy_init_wl12xx(WL12XX_REFCLOCK_38, 0, 149);
}