rk3288 dtsi thermal zone adjustment
Make cpu_thermal thermal_zone0
This commit is contained in:
parent
97d06e86c1
commit
7ee8ff8e3b
32
patch/kernel/rockchip-default/140_rk3288_thermal_zone.patch
Normal file
32
patch/kernel/rockchip-default/140_rk3288_thermal_zone.patch
Normal 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 {
|
||||
Loading…
Reference in New Issue
Block a user