Unverified Commit 5c34c4e4 authored by Maxime Ripard's avatar Maxime Ripard
Browse files

arm64: dts: allwinner: a100: Fix thermal zone node name



The thermal zones one the A100 are called $device-thermal-zone.

However, 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 avatarJernej Skrabec <jernej.skrabec@gmail.com>
Link: https://lore.kernel.org/r/20210901091852.479202-50-maxime@cerno.tech
parent e1b123a9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -343,19 +343,19 @@ r_i2c1: i2c@7081800 {
	};

	thermal-zones {
		cpu-thermal-zone {
		cpu-thermal {
			polling-delay-passive = <0>;
			polling-delay = <0>;
			thermal-sensors = <&ths 0>;
		};

		ddr-thermal-zone {
		ddr-thermal {
			polling-delay-passive = <0>;
			polling-delay = <0>;
			thermal-sensors = <&ths 2>;
		};

		gpu-thermal-zone {
		gpu-thermal {
			polling-delay-passive = <0>;
			polling-delay = <0>;
			thermal-sensors = <&ths 1>;