Skip to content

Commit

Permalink
arm64: dts: mt7986: change thermal trips on BPI-R3
Browse files Browse the repository at this point in the history
Apply new naming after mt7986 thermal trips were changed.

Fixes: c26f779 ("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>
  • Loading branch information
frank-w committed Aug 31, 2023
1 parent 32325d0 commit ccc4736
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts
Original file line number Diff line number Diff line change
Expand Up @@ -151,16 +151,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>;
};
};
};
Expand Down

0 comments on commit ccc4736

Please sign in to comment.