Commit 84b47dfc authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Simon Horman

ARM: shmobile: r8a7779: add irqpin default status on DTSI

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: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent bffdd7d1
...@@ -135,6 +135,7 @@ gpio6: gpio@ffc46000 { ...@@ -135,6 +135,7 @@ gpio6: gpio@ffc46000 {
irqpin0: irqpin@fe780010 { irqpin0: irqpin@fe780010 {
compatible = "renesas,intc-irqpin"; compatible = "renesas,intc-irqpin";
#interrupt-cells = <2>; #interrupt-cells = <2>;
status = "disabled";
interrupt-controller; interrupt-controller;
reg = <0xfe78001c 4>, reg = <0xfe78001c 4>,
<0xfe780010 4>, <0xfe780010 4>,
......
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