rockchip-rk3588: fanctrl overlay: fix "fan" alias for device tree

fixes PR #7137
This commit is contained in:
Alessandro Lannocca 2024-08-28 22:00:00 +01:00 committed by Igor
parent 3a432f4513
commit 0a18ec690e
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
/plugin/;
/ {
fragment@0 {
target = <&pwm-fan>;
target = <&fan>;
__overlay__ {
cooling-levels = <146 146 146 146 146 146 149 149 151>;
};

View File

@ -2,7 +2,7 @@
/plugin/;
/ {
fragment@0 {
target = <&pwm-fan>;
target = <&fan>;
__overlay__ {
cooling-levels = <146 146 146 146 146 146 149 149 151>;
};