From: Geert Uytterhoeven Date: Thu, 28 Aug 2014 08:20:39 +0000 (+0200) Subject: ARM: shmobile: r8a73a4 dtsi: Add SoC-specific thermal compatible property X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=a2cfaa7458e714aa00be98c630afaa1a4766e2ad;p=deliverable%2Flinux.git ARM: shmobile: r8a73a4 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/r8a73a4.dtsi b/arch/arm/boot/dts/r8a73a4.dtsi index d8ec5058c351..fba39a2bfe42 100644 --- a/arch/arm/boot/dts/r8a73a4.dtsi +++ b/arch/arm/boot/dts/r8a73a4.dtsi @@ -165,7 +165,7 @@ }; thermal@e61f0000 { - compatible = "renesas,rcar-thermal"; + compatible = "renesas,thermal-r8a73a4", "renesas,rcar-thermal"; reg = <0 0xe61f0000 0 0x14>, <0 0xe61f0100 0 0x38>, <0 0xe61f0200 0 0x38>, <0 0xe61f0300 0 0x38>; interrupts = <0 69 IRQ_TYPE_LEVEL_HIGH>;