Commit 82ce7939 authored by Kieran Bingham's avatar Kieran Bingham Committed by Geert Uytterhoeven
Browse files

arm64: dts: renesas: Fix thermal bindings



The binding node names for the thermal zones are not successfully
validated by the dt-schemas.

Fix the validation by changing from sensor-thermalN or thermal-sensor-N
to sensorN-thermal.  Provide node labels of the form sensorN_thermal to
ensure consistency with the other platform implementations.

Signed-off-by: default avatarKieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Reviewed-by: default avatarNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Link: https://lore.kernel.org/r/20211104224033.3997504-1-kieran.bingham+renesas@ideasonboard.com


Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent cdda0194
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2788,7 +2788,7 @@ prr: chipid@fff00044 {
	};

	thermal-zones {
		sensor_thermal1: sensor-thermal1 {
		sensor1_thermal: sensor1-thermal {
			polling-delay-passive = <250>;
			polling-delay = <1000>;
			thermal-sensors = <&tsc 0>;
@@ -2803,7 +2803,7 @@ sensor1_crit: sensor1-crit {
			};
		};

		sensor_thermal2: sensor-thermal2 {
		sensor2_thermal: sensor2-thermal {
			polling-delay-passive = <250>;
			polling-delay = <1000>;
			thermal-sensors = <&tsc 1>;
@@ -2818,7 +2818,7 @@ sensor2_crit: sensor2-crit {
			};
		};

		sensor_thermal3: sensor-thermal3 {
		sensor3_thermal: sensor3-thermal {
			polling-delay-passive = <250>;
			polling-delay = <1000>;
			thermal-sensors = <&tsc 2>;
+3 −3
Original line number Diff line number Diff line
@@ -2633,7 +2633,7 @@ prr: chipid@fff00044 {
	};

	thermal-zones {
		sensor_thermal1: sensor-thermal1 {
		sensor1_thermal: sensor1-thermal {
			polling-delay-passive = <250>;
			polling-delay = <1000>;
			thermal-sensors = <&tsc 0>;
@@ -2648,7 +2648,7 @@ sensor1_crit: sensor1-crit {
			};
		};

		sensor_thermal2: sensor-thermal2 {
		sensor2_thermal: sensor2-thermal {
			polling-delay-passive = <250>;
			polling-delay = <1000>;
			thermal-sensors = <&tsc 1>;
@@ -2663,7 +2663,7 @@ sensor2_crit: sensor2-crit {
			};
		};

		sensor_thermal3: sensor-thermal3 {
		sensor3_thermal: sensor3-thermal {
			polling-delay-passive = <250>;
			polling-delay = <1000>;
			thermal-sensors = <&tsc 2>;
+3 −3
Original line number Diff line number Diff line
@@ -2908,7 +2908,7 @@ prr: chipid@fff00044 {
	};

	thermal-zones {
		sensor_thermal1: sensor-thermal1 {
		sensor1_thermal: sensor1-thermal {
			polling-delay-passive = <250>;
			polling-delay = <1000>;
			thermal-sensors = <&tsc 0>;
@@ -2923,7 +2923,7 @@ sensor1_crit: sensor1-crit {
			};
		};

		sensor_thermal2: sensor-thermal2 {
		sensor2_thermal: sensor2-thermal {
			polling-delay-passive = <250>;
			polling-delay = <1000>;
			thermal-sensors = <&tsc 1>;
@@ -2938,7 +2938,7 @@ sensor2_crit: sensor2-crit {
			};
		};

		sensor_thermal3: sensor-thermal3 {
		sensor3_thermal: sensor3-thermal {
			polling-delay-passive = <250>;
			polling-delay = <1000>;
			thermal-sensors = <&tsc 2>;
+3 −3
Original line number Diff line number Diff line
@@ -3379,7 +3379,7 @@ prr: chipid@fff00044 {
	};

	thermal-zones {
		sensor_thermal1: sensor-thermal1 {
		sensor1_thermal: sensor1-thermal {
			polling-delay-passive = <250>;
			polling-delay = <1000>;
			thermal-sensors = <&tsc 0>;
@@ -3394,7 +3394,7 @@ sensor1_crit: sensor1-crit {
			};
		};

		sensor_thermal2: sensor-thermal2 {
		sensor2_thermal: sensor2-thermal {
			polling-delay-passive = <250>;
			polling-delay = <1000>;
			thermal-sensors = <&tsc 1>;
@@ -3409,7 +3409,7 @@ sensor2_crit: sensor2-crit {
			};
		};

		sensor_thermal3: sensor-thermal3 {
		sensor3_thermal: sensor3-thermal {
			polling-delay-passive = <250>;
			polling-delay = <1000>;
			thermal-sensors = <&tsc 2>;
+3 −3
Original line number Diff line number Diff line
@@ -2976,7 +2976,7 @@ prr: chipid@fff00044 {
	};

	thermal-zones {
		sensor_thermal1: sensor-thermal1 {
		sensor1_thermal: sensor1-thermal {
			polling-delay-passive = <250>;
			polling-delay = <1000>;
			thermal-sensors = <&tsc 0>;
@@ -2991,7 +2991,7 @@ sensor1_crit: sensor1-crit {
			};
		};

		sensor_thermal2: sensor-thermal2 {
		sensor2_thermal: sensor2-thermal {
			polling-delay-passive = <250>;
			polling-delay = <1000>;
			thermal-sensors = <&tsc 1>;
@@ -3006,7 +3006,7 @@ sensor2_crit: sensor2-crit {
			};
		};

		sensor_thermal3: sensor-thermal3 {
		sensor3_thermal: sensor3-thermal {
			polling-delay-passive = <250>;
			polling-delay = <1000>;
			thermal-sensors = <&tsc 2>;
Loading