Unverified Commit 36a4e598 authored by Maxime Ripard's avatar Maxime Ripard
Browse files

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: default avatarMaxime Ripard <maxime@cerno.tech>
Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
Acked-by: default avatarJernej Skrabec <jernej.skrabec@siol.net>
Link: https://lore.kernel.org/r/20210114113538.1233933-8-maxime@cerno.tech
parent 86131fb9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@

/ {
	thermal-zones {
		cpu_thermal {
		cpu-thermal {
			/* milliseconds */
			polling-delay-passive = <250>;
			polling-delay = <1000>;
+1 −1
Original line number Diff line number Diff line
@@ -165,7 +165,7 @@ cpu3: cpu@3 {
	};

	thermal-zones {
		cpu_thermal {
		cpu-thermal {
			/* milliseconds */
			polling-delay-passive = <250>;
			polling-delay = <1000>;
+1 −1
Original line number Diff line number Diff line
@@ -140,7 +140,7 @@ cpu1: cpu@1 {
	};

	thermal-zones {
		cpu_thermal {
		cpu-thermal {
			/* milliseconds */
			polling-delay-passive = <250>;
			polling-delay = <1000>;
+1 −1
Original line number Diff line number Diff line
@@ -288,7 +288,7 @@ dphy: d-phy@1ca1000 {
	};

	thermal-zones {
		cpu_thermal {
		cpu-thermal {
			/* milliseconds */
			polling-delay-passive = <250>;
			polling-delay = <1000>;