diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-08-28 10:20:40 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-09-01 10:42:56 +0900 |
commit | 4d50e6dd7a019993504a419d0057051788e477f1 (patch) | |
tree | ab6381e58a8649394b73ec67557a41d8c8f70320 /arch/arm/boot | |
parent | f170b97c9ad0b8ba3e99f02cbadc7676383fee09 (diff) | |
download | blackbird-obmc-linux-4d50e6dd7a019993504a419d0057051788e477f1.tar.gz blackbird-obmc-linux-4d50e6dd7a019993504a419d0057051788e477f1.zip |
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 <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/r8a7779.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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>; }; |