build/patch/kernel/rockchip-default/140_rk3288_thermal_zone.patch
Tonymac32 7ee8ff8e3b rk3288 dtsi thermal zone adjustment
Make cpu_thermal thermal_zone0
2017-09-18 18:09:24 +00:00

32 lines
813 B
Diff

diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi
index 2da69c8..7a597ee 100644
--- a/arch/arm/boot/dts/rk3288.dtsi
+++ b/arch/arm/boot/dts/rk3288.dtsi
@@ -538,13 +538,6 @@
};
thermal-zones {
-
- reserve_thermal: reserve_thermal {
- polling-delay-passive = <1000>; /* milliseconds */
- polling-delay = <5000>; /* milliseconds */
-
- thermal-sensors = <&tsadc 0>;
- };
cpu_thermal: cpu_thermal {
polling-delay-passive = <100>; /* milliseconds */
@@ -582,6 +575,13 @@
cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
};
};
+
+ reserve_thermal: reserve_thermal {
+ polling-delay-passive = <1000>; /* milliseconds */
+ polling-delay = <5000>; /* milliseconds */
+
+ thermal-sensors = <&tsadc 0>;
+ };
};
gpu_thermal: gpu_thermal {