projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f170b97
)
ARM: shmobile: r8a7779 dtsi: Add SoC-specific thermal compatible property
author
Geert Uytterhoeven
<geert+renesas@glider.be>
Thu, 28 Aug 2014 08:20:40 +0000
(10:20 +0200)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/r8a7779.dtsi
b/arch/arm/boot/dts/r8a7779.dtsi
index 0e64c7635127975b345eea44a051ec5e3322bafb..b7491017460f53cef727ebf57014ae27f1ff4c60 100644
(file)
--- 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>;
};