Skip to content

Commit

Permalink
arm64: dts: fix build error after renaming thermal trips
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-w committed Sep 2, 2023
1 parent 36d6b77 commit 3f78c1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/mediatek/mt7986a.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -596,13 +596,13 @@
cpu-active-low {
/* 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 */
cooling-device = <&fan 0 0>;
trip = <&cpu_trip_passive>;
trip = <&cpu_trip_active_low>;
};
};

Expand Down

0 comments on commit 3f78c1a

Please sign in to comment.