Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 124d19dc authored by Maxime Ripard's avatar Maxime Ripard
Browse files

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: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 39f8a71b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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>;