* Bump rockchip DEV 32b to 5.11.y * Move mvebu64 DEV to 5.11.y * Move Rockchip64 DEV to 5.11.y Disabling general-rkvdec_nv15.patch - need more attention * Add Meson DEV / Odroid C1 * Move OdroidXU4 DEV to tobetter's 5.11.y branch * Bump sunxi DEV to 5.11.y * Bump mvebu DEV to 5.11.y
33 lines
797 B
Diff
33 lines
797 B
Diff
diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi
|
|
index bc3601a..37ae378 100644
|
|
--- a/arch/arm/boot/dts/rk3288.dtsi
|
|
+++ b/arch/arm/boot/dts/rk3288.dtsi
|
|
@@ -467,13 +467,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 */
|
|
polling-delay = <5000>; /* milliseconds */
|
|
@@ -539,6 +532,13 @@
|
|
};
|
|
};
|
|
};
|
|
+
|
|
+ reserve_thermal: reserve_thermal {
|
|
+ polling-delay-passive = <1000>; /* milliseconds */
|
|
+ polling-delay = <5000>; /* milliseconds */
|
|
+
|
|
+ thermal-sensors = <&tsadc 0>;
|
|
+ };
|
|
};
|
|
|
|
tsadc: tsadc@ff280000 {
|