From: Tony Lindgren <tony@atomide.com>
To: linux-omap@vger.kernel.org
Cc: "Enric Balletbo Serra" <eballetbo@gmail.com>,
"Agustí Fontquerni" <af@iseebcn.com>,
"Eduard Gavin" <egavin@iseebcn.com>,
linux-arm-kernel@lists.infradead.org,
"Uri Mashiach" <uri.mashiach@compulab.co.il>
Subject: [PATCH] ARM: dts: Fix omap5 SDIO dat1 interrupt
Date: Wed, 1 Jun 2016 09:21:52 -0700 [thread overview]
Message-ID: <1464798112-8793-1-git-send-email-tony@atomide.com> (raw)
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
reply other threads:[~2016-06-01 16:21 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1464798112-8793-1-git-send-email-tony@atomide.com \
--to=tony@atomide.com \
--cc=af@iseebcn.com \
--cc=eballetbo@gmail.com \
--cc=egavin@iseebcn.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=uri.mashiach@compulab.co.il \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).