The SDIO wakeirq is wrong, it needs to be SDIO dat1 line, not dat0. Otherwise the system won't wake to SDIO interrupts from idle states. This makes the wl12xx behave better on igepv5, otherwise we may have hard time connecting to an access point. And omap5-uevm or wl18xx still seems to have some other issues remaining. Cc: Agustí Fontquerni <af@xxxxxxxxxxx> Cc: Eduard Gavin <egavin@xxxxxxxxxxx> Cc: Enric Balletbo Serra <eballetbo@xxxxxxxxx> Cc: Uri Mashiach <uri.mashiach@xxxxxxxxxxxxxx> Signed-off-by: Tony Lindgren <tony@xxxxxxxxxxx> --- arch/arm/boot/dts/omap5-board-common.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/arm/boot/dts/omap5-board-common.dtsi +++ b/arch/arm/boot/dts/omap5-board-common.dtsi @@ -357,7 +357,7 @@ pinctrl-names = "default"; pinctrl-0 = <&mmc3_pins &wlcore_irq_pin>; interrupts-extended = <&gic GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH - &omap5_pmx_core 0x168>; + &omap5_pmx_core 0x16a>; #address-cells = <1>; #size-cells = <0>; -- 2.8.1 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html