ARM: shmobile: r8a7779: Configure IRLM mode via DT
authorMagnus Damm <damm+renesas@opensource.se>
Thu, 25 Jun 2015 08:57:28 +0000 (17:57 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 6 Jul 2015 00:33:41 +0000 (09:33 +0900)
Adjust the r8a7779 SoC DTS and the Marzen Reference
C board code to use DTS only for INTC-IRQPIN IRLM setup.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7779.dtsi

index 5c8071e87ae9c7190a88916d391e7f42b62a4b4a..a2b5430d32575f995ab97c46e615240e18b4bdcb 100644 (file)
                interrupt-controller;
        };
 
-       irqpin0: interrupt-controller@fe780010 {
+       irqpin0: interrupt-controller@fe78001c {
                compatible = "renesas,intc-irqpin-r8a7779", "renesas,intc-irqpin";
                #interrupt-cells = <2>;
                status = "disabled";
                        <0xfe780010 4>,
                        <0xfe780024 4>,
                        <0xfe780044 4>,
-                       <0xfe780064 4>;
+                       <0xfe780064 4>,
+                       <0xfe780000 4>;
                interrupts = <0 27 IRQ_TYPE_LEVEL_HIGH
                              0 28 IRQ_TYPE_LEVEL_HIGH
                              0 29 IRQ_TYPE_LEVEL_HIGH
This page took 0.026117 seconds and 5 git commands to generate.