rk3288 dtsi thermal zone adjustment

Make cpu_thermal thermal_zone0
This commit is contained in:
Tonymac32 2017-09-18 18:09:24 +00:00 committed by GitHub
parent 97d06e86c1
commit 7ee8ff8e3b

View File

@ -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 {