linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: Fix omap5 SDIO dat1 interrupt
@ 2016-06-01 16:21 Tony Lindgren
  0 siblings, 0 replies; only message in thread
From: Tony Lindgren @ 2016-06-01 16:21 UTC (permalink / raw)
  To: linux-omap
  Cc: Enric Balletbo Serra, Agustí Fontquerni, Eduard Gavin,
	linux-arm-kernel, Uri Mashiach

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@iseebcn.com>
Cc: Eduard Gavin <egavin@iseebcn.com>
Cc: Enric Balletbo Serra <eballetbo@gmail.com>
Cc: Uri Mashiach <uri.mashiach@compulab.co.il>
Signed-off-by: Tony Lindgren <tony@atomide.com>
---
 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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-06-01 16:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-01 16:21 [PATCH] ARM: dts: Fix omap5 SDIO dat1 interrupt Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).