diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-10-05 12:49:45 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-10-06 10:39:35 +0200 |
commit | 124d19dcc8d3d8ac6249468704ef08af2b0c30a1 (patch) | |
tree | 65b0c014f0d22c1cf0312f70ecd7d88923f01d87 /arch/arm | |
parent | 39f8a71b6e510b2a745d07d1d8cd0ddcc33f60e5 (diff) | |
download | linux-stable-124d19dcc8d3d8ac6249468704ef08af2b0c30a1.tar.gz linux-stable-124d19dcc8d3d8ac6249468704ef08af2b0c30a1.tar.bz2 linux-stable-124d19dcc8d3d8ac6249468704ef08af2b0c30a1.zip |
ARM: dts: sun4i: Rename thermal nodes to avoid warnings
The thermal-zone subnodes we defined for the A10 have underscores in them
that will generate DTC warnings. Change those underscores for hyphens.
Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/sun4i-a10.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/sun4i-a10.dtsi b/arch/arm/boot/dts/sun4i-a10.dtsi index 21023952ac9e..afa2e924b646 100644 --- a/arch/arm/boot/dts/sun4i-a10.dtsi +++ b/arch/arm/boot/dts/sun4i-a10.dtsi @@ -129,7 +129,7 @@ }; thermal-zones { - cpu_thermal { + cpu-thermal { /* milliseconds */ polling-delay-passive = <250>; polling-delay = <1000>; @@ -143,14 +143,14 @@ }; trips { - cpu_alert0: cpu_alert0 { + cpu_alert0: cpu-alert0 { /* milliCelsius */ temperature = <850000>; hysteresis = <2000>; type = "passive"; }; - cpu_crit: cpu_crit { + cpu_crit: cpu-crit { /* milliCelsius */ temperature = <100000>; hysteresis = <2000>; |