From: Geert Uytterhoeven Date: Fri, 24 Oct 2014 11:36:02 +0000 (+0200) Subject: ARM: shmobile: r8a73a4: Add SoC-specific CMT compatible property X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2cd823fc01d61e09f50d64624ec53da090ced742;p=linux-beck.git ARM: shmobile: r8a73a4: Add SoC-specific CMT compatible property The CMT1 timer used the generic compatible property only. Add the SoC-specific one, which is already documented, to make it future proof. Signed-off-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r8a73a4.dtsi b/arch/arm/boot/dts/r8a73a4.dtsi index 80939671b034..b5ead845c6c3 100644 --- a/arch/arm/boot/dts/r8a73a4.dtsi +++ b/arch/arm/boot/dts/r8a73a4.dtsi @@ -114,7 +114,7 @@ }; cmt1: timer@e6130000 { - compatible = "renesas,cmt-48-gen2"; + compatible = "renesas,cmt-48-r8a73a4", "renesas,cmt-48-gen2"; reg = <0 0xe6130000 0 0x1004>; interrupts = <0 120 IRQ_TYPE_LEVEL_HIGH>;