Skip to content

Commit 0a18ec6

Browse files
alexl83igorpecovnik
authored andcommitted
rockchip-rk3588: fanctrl overlay: fix "fan" alias for device tree
fixes PR #7137
1 parent 3a432f4 commit 0a18ec6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

patch/kernel/archive/rockchip-rk3588-6.10/overlay/rockchip-rk3588-fanctrl.dtso

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/plugin/;
33
/ {
44
fragment@0 {
5-
target = <&pwm-fan>;
5+
target = <&fan>;
66
__overlay__ {
77
cooling-levels = <146 146 146 146 146 146 149 149 151>;
88
};

patch/kernel/archive/rockchip-rk3588-6.11/overlay/rockchip-rk3588-fanctrl.dtso

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/plugin/;
33
/ {
44
fragment@0 {
5-
target = <&pwm-fan>;
5+
target = <&fan>;
66
__overlay__ {
77
cooling-levels = <146 146 146 146 146 146 149 149 151>;
88
};

0 commit comments

Comments
 (0)