ARM: shmobile: Use r8a7778 suffix for INTC compat string
authorMagnus Damm <damm@opensource.se>
Wed, 27 Nov 2013 23:15:11 +0000 (08:15 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 10 Dec 2013 08:27:23 +0000 (17:27 +0900)
Add "renesas,intc-irqpin-r8a7778" to the compatible string for the
IRQ pins in case of r8a7778 INTC. This makes the INTC irqpin follow
the same style as the other devices and also makes it more future proof.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7778.dtsi

index b530df63af2b97c62cfd40fbec132a35b31171ff..ddb3bd7a8838f63f8a1f369c9778d7a8c2519392 100644 (file)
@@ -43,7 +43,7 @@
 
        /* irqpin: IRQ0 - IRQ3 */
        irqpin: irqpin@fe78001c {
-               compatible = "renesas,intc-irqpin";
+               compatible = "renesas,intc-irqpin-r8a7778", "renesas,intc-irqpin";
                #interrupt-cells = <2>;
                interrupt-controller;
                status = "disabled"; /* default off */