Skip to content

Commit

Permalink
rockchip-rk3588: fanctrl overlay: fix "fan" alias for device tree
Browse files Browse the repository at this point in the history
fixes PR armbian#7137
  • Loading branch information
alexl83 committed Aug 28, 2024
1 parent 3a432f4 commit c81d752
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/plugin/;
/ {
fragment@0 {
target = <&pwm-fan>;
target = <&fan>;
__overlay__ {
cooling-levels = <146 146 146 146 146 146 149 149 151>;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/plugin/;
/ {
fragment@0 {
target = <&pwm-fan>;
target = <&fan>;
__overlay__ {
cooling-levels = <146 146 146 146 146 146 149 149 151>;
};
Expand Down

0 comments on commit c81d752

Please sign in to comment.