mirror of
https://github.com/Fishwaldo/build.git
synced 2025-04-27 00:11:23 +00:00
43 lines
1.1 KiB
Diff
43 lines
1.1 KiB
Diff
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi
|
|
index f55879b..b79fd50 100644
|
|
--- a/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi
|
|
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi
|
|
@@ -194,6 +351,7 @@
|
|
clocks = <&ccu CLK_GPU>, <&ccu CLK_BUS_GPU>;
|
|
clock-names = "core", "bus";
|
|
resets = <&ccu RST_BUS_GPU>;
|
|
+ operating-points-v2 = <&gpu_opp_table>;
|
|
status = "disabled";
|
|
};
|
|
|
|
@@ -1024,6 +1182,30 @@
|
|
polling-delay-passive = <0>;
|
|
polling-delay = <0>;
|
|
thermal-sensors = <&ths 0>;
|
|
+
|
|
+ trips {
|
|
+ cpu_hot_trip: cpu-hot {
|
|
+ temperature = <80000>;
|
|
+ hysteresis = <2000>;
|
|
+ type = "passive";
|
|
+ };
|
|
+
|
|
+ cpu_very_hot_trip: cpu-very-hot {
|
|
+ temperature = <100000>;
|
|
+ hysteresis = <0>;
|
|
+ type = "critical";
|
|
+ };
|
|
+ };
|
|
+
|
|
+ cooling-maps {
|
|
+ cpu-hot-limit {
|
|
+ trip = <&cpu_hot_trip>;
|
|
+ cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
|
|
+ <&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
|
|
+ <&cpu2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
|
|
+ <&cpu3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
|
|
+ };
|
|
+ };
|
|
};
|
|
|
|
gpu-thermal {
|