@@ -1264,11 +1264,5 @@ cpu-hot-limit {
};
};
};
-
- gpu_thermal: gpu-thermal {
- polling-delay-passive = <0>;
- polling-delay = <0>;
- thermal-sensors = <&ths 2>;
- };
};
};
@@ -111,22 +111,6 @@ de: display-engine {
status = "disabled";
};
- thermal-zones {
- cpu_thermal: cpu0-thermal {
- /* milliseconds */
- polling-delay-passive = <0>;
- polling-delay = <0>;
- thermal-sensors = <&ths 0>;
- };
-
- gpu_thermal: gpu-thermal {
- /* milliseconds */
- polling-delay-passive = <0>;
- polling-delay = <0>;
- thermal-sensors = <&ths 1>;
- };
- };
-
soc {
compatible = "simple-bus";
#address-cells = <1>;
@@ -341,24 +341,4 @@ r_i2c1: i2c@7081800 {
#size-cells = <0>;
};
};
-
- thermal-zones {
- cpu-thermal-zone {
- polling-delay-passive = <0>;
- polling-delay = <0>;
- thermal-sensors = <&ths 0>;
- };
-
- ddr-thermal-zone {
- polling-delay-passive = <0>;
- polling-delay = <0>;
- thermal-sensors = <&ths 2>;
- };
-
- gpu-thermal-zone {
- polling-delay-passive = <0>;
- polling-delay = <0>;
- thermal-sensors = <&ths 1>;
- };
- };
};
@@ -215,20 +215,6 @@ cpu_crit: cpu_crit {
};
};
};
-
- gpu0_thermal: gpu0-thermal {
- /* milliseconds */
- polling-delay-passive = <0>;
- polling-delay = <0>;
- thermal-sensors = <&ths 1>;
- };
-
- gpu1_thermal: gpu1-thermal {
- /* milliseconds */
- polling-delay-passive = <0>;
- polling-delay = <0>;
- thermal-sensors = <&ths 2>;
- };
};
soc {
@@ -216,12 +216,6 @@ cpu-hot-limit {
};
};
};
-
- gpu_thermal {
- polling-delay-passive = <0>;
- polling-delay = <0>;
- thermal-sensors = <&ths 1>;
- };
};
};
@@ -1022,11 +1022,5 @@ map0 {
};
};
};
-
- gpu-thermal {
- polling-delay-passive = <0>;
- polling-delay = <0>;
- thermal-sensors = <&ths 1>;
- };
};
};
The thermal zone binding requires a trips node with a list of trip points, however some thermal zones (usually the GPU ones) in our DTSI don't provide it. Remove them until we have something to fill there. Signed-off-by: Maxime Ripard <maxime@cerno.tech> --- arch/arm/boot/dts/sun8i-a83t.dtsi | 6 ------ arch/arm/boot/dts/sun8i-r40.dtsi | 16 --------------- .../arm64/boot/dts/allwinner/sun50i-a100.dtsi | 20 ------------------- arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 14 ------------- arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi | 6 ------ arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi | 6 ------ 6 files changed, 68 deletions(-)