ARM: dts: sunxi: Fix CPU thermal zone node name
authorMaxime Ripard <maxime@cerno.tech>
Thu, 14 Jan 2021 11:35:27 +0000 (12:35 +0100)
committerMaxime Ripard <maxime@cerno.tech>
Mon, 18 Jan 2021 09:13:16 +0000 (10:13 +0100)
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
arch/arm/boot/dts/sun5i-a13.dtsi
arch/arm/boot/dts/sun6i-a31.dtsi
arch/arm/boot/dts/sun7i-a20.dtsi
arch/arm/boot/dts/sun8i-a33.dtsi

index ae04955fd9a32c08f779c3395dddf41557c1ab92..7075e10911d508e1184e714ce99dc5b3eb931c38 100644 (file)
@@ -48,7 +48,7 @@
 
 / {
        thermal-zones {
-               cpu_thermal {
+               cpu-thermal {
                        /* milliseconds */
                        polling-delay-passive = <250>;
                        polling-delay = <1000>;
index f3425a66fc0aff7faf10977b401d5cd109baedb5..92fd47c54d73011618a57e6fa2b1c5b4583794d7 100644 (file)
        };
 
        thermal-zones {
-               cpu_thermal {
+               cpu-thermal {
                        /* milliseconds */
                        polling-delay-passive = <250>;
                        polling-delay = <1000>;
index 6d6a37940db2aa6e14ab765f37dd0d14cdeb577f..5a40e0280665f801c8f662f8a526684164982329 100644 (file)
        };
 
        thermal-zones {
-               cpu_thermal {
+               cpu-thermal {
                        /* milliseconds */
                        polling-delay-passive = <250>;
                        polling-delay = <1000>;
index c458f5fb124fb248b385a99589febaa9b1c3d352..7344c37107c6d3558340b1812d83133995b26eb2 100644 (file)
        };
 
        thermal-zones {
-               cpu_thermal {
+               cpu-thermal {
                        /* milliseconds */
                        polling-delay-passive = <250>;
                        polling-delay = <1000>;