projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
796919c
)
ARM: OMAP2+: Fix wl12xx on dm3730-evm with mainline u-boot
author
Tony Lindgren
<tony@atomide.com>
Fri, 6 Mar 2015 18:37:34 +0000
(10:37 -0800)
committer
Tony Lindgren
<tony@atomide.com>
Fri, 6 Mar 2015 18:37:34 +0000
(10:37 -0800)
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>
arch/arm/mach-omap2/pdata-quirks.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap2/pdata-quirks.c
b/arch/arm/mach-omap2/pdata-quirks.c
index
190fa43
..
e642b07
100644
(file)
--- 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);
}