Commit 95eb894e authored by Joachim Eastwood's avatar Joachim Eastwood Committed by Tony Lindgren

ARM: OMAP2+: Use pdata quirks for wl12xx on VAR-STK/DVK-OM44

Signed-off-by: default avatarJoachim Eastwood <manabian@gmail.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 05773878
...@@ -254,6 +254,11 @@ static void __init omap4_panda_legacy_init(void) ...@@ -254,6 +254,11 @@ static void __init omap4_panda_legacy_init(void)
{ {
legacy_init_wl12xx(WL12XX_REFCLOCK_38, 0, 53); legacy_init_wl12xx(WL12XX_REFCLOCK_38, 0, 53);
} }
static void __init var_som_om44_legacy_init(void)
{
legacy_init_wl12xx(WL12XX_REFCLOCK_38, 0, 41);
}
#endif #endif
#if defined(CONFIG_ARCH_OMAP4) || defined(CONFIG_SOC_OMAP5) #if defined(CONFIG_ARCH_OMAP4) || defined(CONFIG_SOC_OMAP5)
...@@ -364,6 +369,8 @@ static struct pdata_init pdata_quirks[] __initdata = { ...@@ -364,6 +369,8 @@ static struct pdata_init pdata_quirks[] __initdata = {
#ifdef CONFIG_ARCH_OMAP4 #ifdef CONFIG_ARCH_OMAP4
{ "ti,omap4-sdp", omap4_sdp_legacy_init, }, { "ti,omap4-sdp", omap4_sdp_legacy_init, },
{ "ti,omap4-panda", omap4_panda_legacy_init, }, { "ti,omap4-panda", omap4_panda_legacy_init, },
{ "variscite,var-dvk-om44", var_som_om44_legacy_init, },
{ "variscite,var-stk-om44", var_som_om44_legacy_init, },
#endif #endif
#ifdef CONFIG_SOC_AM33XX #ifdef CONFIG_SOC_AM33XX
{ "ti,am335x-evmsk", am335x_evmsk_legacy_init, }, { "ti,am335x-evmsk", am335x_evmsk_legacy_init, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment