From: Magnus Damm Date: Wed, 27 Nov 2013 23:15:18 +0000 (+0900) Subject: ARM: shmobile: Use r8a7779 suffix for INTC compat string X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=11ef0340a8cdf9db9a5c49298f361258d090fefb;p=linux-beck.git ARM: shmobile: Use r8a7779 suffix for INTC compat string Add "renesas,intc-irqpin-r8a7779" to the compatible string for the IRQ pins in case of r8a7779 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 Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r8a7779.dtsi b/arch/arm/boot/dts/r8a7779.dtsi index b2b418a8ab2d..8284715feec2 100644 --- a/arch/arm/boot/dts/r8a7779.dtsi +++ b/arch/arm/boot/dts/r8a7779.dtsi @@ -135,7 +135,7 @@ }; irqpin0: irqpin@fe780010 { - compatible = "renesas,intc-irqpin"; + compatible = "renesas,intc-irqpin-r8a7779", "renesas,intc-irqpin"; #interrupt-cells = <2>; status = "disabled"; interrupt-controller;