mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
95d3d353f8
Copy patches from patches-6.1 to patches-6.6. No changes. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
39 lines
1.2 KiB
Diff
39 lines
1.2 KiB
Diff
From 6ddf23526955b8dbedfeaa57e691261fd73f9d4e Mon Sep 17 00:00:00 2001
|
|
From: Frank Wunderlich <frank-w@public-files.de>
|
|
Date: Sun, 20 Aug 2023 17:31:35 +0200
|
|
Subject: [PATCH 22/22] arm64: dts: mt7986: change thermal trips on BPI-R3
|
|
|
|
Apply new naming after mt7986 thermal trips were changed.
|
|
|
|
Fixes: c26f779a2295 ("arm64: dts: mt7986: add pwm-fan and cooling-maps to BPI-R3 dts")
|
|
Suggested-by: Daniel Golle <daniel@makrotopia.org>
|
|
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
|
|
---
|
|
.../boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts | 10 +++++-----
|
|
1 file changed, 5 insertions(+), 5 deletions(-)
|
|
|
|
--- a/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts
|
|
+++ b/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts
|
|
@@ -152,16 +152,16 @@
|
|
trip = <&cpu_trip_active_high>;
|
|
};
|
|
|
|
- cpu-active-low {
|
|
+ cpu-active-med {
|
|
/* active: set fan to cooling level 1 */
|
|
cooling-device = <&fan 1 1>;
|
|
- trip = <&cpu_trip_active_low>;
|
|
+ trip = <&cpu_trip_active_med>;
|
|
};
|
|
|
|
- cpu-passive {
|
|
- /* passive: set fan to cooling level 0 */
|
|
+ cpu-active-low {
|
|
+ /* active: set fan to cooling level 0 */
|
|
cooling-device = <&fan 0 0>;
|
|
- trip = <&cpu_trip_passive>;
|
|
+ trip = <&cpu_trip_active_low>;
|
|
};
|
|
};
|
|
};
|