Commit 8bb44445 authored by Magnus Damm's avatar Magnus Damm Committed by Simon Horman

ARM: shmobile: Use sh73a0 suffix for INTC compat string

Add "renesas,intc-irqpin-sh73a0" to the compatible string for the
IRQ pins in case of sh73a0 INTC. This makes the INTC irqpin follow
the same style as the other devices and also makes it more future proof.
Signed-off-by: default avatarMagnus Damm <damm@opensource.se>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 6a3549d4
......@@ -47,7 +47,7 @@ pmu {
};
irqpin0: irqpin@e6900000 {
compatible = "renesas,intc-irqpin";
compatible = "renesas,intc-irqpin-sh73a0", "renesas,intc-irqpin";
#interrupt-cells = <2>;
interrupt-controller;
reg = <0xe6900000 4>,
......@@ -67,7 +67,7 @@ irqpin0: irqpin@e6900000 {
};
irqpin1: irqpin@e6900004 {
compatible = "renesas,intc-irqpin";
compatible = "renesas,intc-irqpin-sh73a0", "renesas,intc-irqpin";
#interrupt-cells = <2>;
interrupt-controller;
reg = <0xe6900004 4>,
......@@ -88,7 +88,7 @@ irqpin1: irqpin@e6900004 {
};
irqpin2: irqpin@e6900008 {
compatible = "renesas,intc-irqpin";
compatible = "renesas,intc-irqpin-sh73a0", "renesas,intc-irqpin";
#interrupt-cells = <2>;
interrupt-controller;
reg = <0xe6900008 4>,
......@@ -108,7 +108,7 @@ irqpin2: irqpin@e6900008 {
};
irqpin3: irqpin@e690000c {
compatible = "renesas,intc-irqpin";
compatible = "renesas,intc-irqpin-sh73a0", "renesas,intc-irqpin";
#interrupt-cells = <2>;
interrupt-controller;
reg = <0xe690000c 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