mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
06a150aed7
Unfortunately some device tree properties have slipped under the table
when switching from our downstream device tree.
Bring back 3W power for SFP cages and restore thermal trip points to
make sense again.
Fixes: 7a0ec001ff
("mediatek: sync MT7986 device trees with upstream")
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>;
|
|
};
|
|
};
|
|
};
|