diff --git a/patch/kernel/rockchip-default/140_rk3288_thermal_zone.patch b/patch/kernel/rockchip-default/140_rk3288_thermal_zone.patch new file mode 100644 index 0000000000..8632d0b888 --- /dev/null +++ b/patch/kernel/rockchip-default/140_rk3288_thermal_zone.patch @@ -0,0 +1,32 @@ +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 {