1234567891011121314151617181920212223242526272829303132333435363738 |
- From 6ddf23526955b8dbedfeaa57e691261fd73f9d4e Mon Sep 17 00:00:00 2001
- From: Frank Wunderlich <[email protected]>
- 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 <[email protected]>
- Signed-off-by: Frank Wunderlich <[email protected]>
- ---
- .../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>;
- };
- };
- };
|