From: Geert Uytterhoeven Date: Thu, 28 Aug 2014 08:20:40 +0000 (+0200) Subject: ARM: shmobile: r8a7779 dtsi: Add SoC-specific thermal compatible property X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4d50e6dd7a019993504a419d0057051788e477f1;p=linux-beck.git ARM: shmobile: r8a7779 dtsi: Add SoC-specific thermal compatible property The thermal node used the generic compatible property only. Add the SoC-specific one, to make it future proof. Signed-off-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r8a7779.dtsi b/arch/arm/boot/dts/r8a7779.dtsi index 0e64c7635127..b7491017460f 100644 --- a/arch/arm/boot/dts/r8a7779.dtsi +++ b/arch/arm/boot/dts/r8a7779.dtsi @@ -256,7 +256,7 @@ }; thermal@ffc48000 { - compatible = "renesas,rcar-thermal"; + compatible = "renesas,thermal-r8a7779", "renesas,rcar-thermal"; reg = <0xffc48000 0x38>; };