diff mbox

[2/4,v2] ARM: shmobile: r8a7779: add irqpin default status on DTSI

Message ID 878uycyslu.wl%kuninori.morimoto.gx@renesas.com (mailing list archive)
State Superseded
Commit 84b47dfc1b1638c40257382d2216d1668cfca3d0
Headers show

Commit Message

Kuninori Morimoto Oct. 2, 2013, 8:39 a.m. UTC
r8a7779 INTC needs IRL pin mode settings to determine
behavior of IRQ0 - IRQ3. But it depends on platform.
This patch adds status = "disabled" on r8a7779.dtsi as default

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
v1 -> v2

 - patch was splited, only dtsi

 arch/arm/boot/dts/r8a7779.dtsi |    1 +
 1 file changed, 1 insertion(+)

Comments

Simon Horman Oct. 3, 2013, 4:16 a.m. UTC | #1
On Wed, Oct 02, 2013 at 01:39:13AM -0700, Kuninori Morimoto wrote:
> r8a7779 INTC needs IRL pin mode settings to determine
> behavior of IRQ0 - IRQ3. But it depends on platform.
> This patch adds status = "disabled" on r8a7779.dtsi as default
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Thanks, I have queued this up in the dt3 branch.
It should make it into v3.13 but if not I'll rename the branch
dt after rebasing it on v3.13-rcX which will then be targeted at v3.14.
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/boot/dts/r8a7779.dtsi b/arch/arm/boot/dts/r8a7779.dtsi
index 912b3a0..19faeac 100644
--- a/arch/arm/boot/dts/r8a7779.dtsi
+++ b/arch/arm/boot/dts/r8a7779.dtsi
@@ -135,6 +135,7 @@ 
 	irqpin0: irqpin@fe780010 {
 		compatible = "renesas,intc-irqpin";
 		#interrupt-cells = <2>;
+		status = "disabled";
 		interrupt-controller;
 		reg = <0xfe78001c 4>,
 			<0xfe780010 4>,