OSDN Git Service

ARM: shmobile: r8a7779 dtsi: Add SoC-specific thermal compatible property
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 28 Aug 2014 08:20:40 +0000 (10:20 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 1 Sep 2014 01:42:56 +0000 (10:42 +0900)
The thermal node used the generic compatible property only.
Add the SoC-specific one, to make it future proof.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7779.dtsi

index 0e64c76..b749101 100644 (file)
        };
 
        thermal@ffc48000 {
-               compatible = "renesas,rcar-thermal";
+               compatible = "renesas,thermal-r8a7779", "renesas,rcar-thermal";
                reg = <0xffc48000 0x38>;
        };