diff options
author | Maxime Ripard <maxime@cerno.tech> | 2021-01-14 14:35:27 +0300 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2021-01-18 12:13:16 +0300 |
commit | 36a4e598388670b4f95b67420fc2b1b0a9d15b3d (patch) | |
tree | fe35c8f25fde9e1359ea33cedeb87ca05edb7b30 /arch/arm/boot/dts/sun7i-a20.dtsi | |
parent | 86131fb96ef6e3cda0d5a5def5b5d675705de716 (diff) | |
download | linux-36a4e598388670b4f95b67420fc2b1b0a9d15b3d.tar.xz |
ARM: dts: sunxi: Fix CPU thermal zone node name
The CPU thermal zone is called on most of the older DTSI cpu_thermal.
However, the underscore is an invalid character for a node name and the
thermal zone binding explicitly requires that zones are called
*-thermal. Let's fix it.
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Jernej Skrabec <jernej.skrabec@siol.net>
Link: https://lore.kernel.org/r/20210114113538.1233933-8-maxime@cerno.tech
Diffstat (limited to 'arch/arm/boot/dts/sun7i-a20.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun7i-a20.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi index 6d6a37940db2..5a40e0280665 100644 --- a/arch/arm/boot/dts/sun7i-a20.dtsi +++ b/arch/arm/boot/dts/sun7i-a20.dtsi @@ -140,7 +140,7 @@ }; thermal-zones { - cpu_thermal { + cpu-thermal { /* milliseconds */ polling-delay-passive = <250>; polling-delay = <1000>; |