Skip to content

Commit

Permalink
mvebu: fix Linksys power LED
Browse files Browse the repository at this point in the history
Kernel 6.6 requires LED node names to be prefixed via "led-", otherwise
probing the LED will fail, so update our downstream patch adding the LED.

Signed-off-by: Richard Schneidt <[email protected]>
Link: openwrt/openwrt#17330
Signed-off-by: Robert Marko <[email protected]>
  • Loading branch information
ricsc authored and robimarko committed Dec 27, 2024
1 parent fe17cc1 commit f491001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions target/linux/mvebu/patches-6.6/309-linksys-status-led.patch
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
pinctrl-names = "default";

- led-power {
+ led_power: power {
+ led_power: led-power {
gpios = <&gpio1 23 GPIO_ACTIVE_HIGH>;
default-state = "on";
};
Expand All @@ -44,7 +44,7 @@
pinctrl-names = "default";

- led-power {
+ led_power: power {
+ led_power: led-power {
label = "mamba:white:power";
gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>;
default-state = "on";

0 comments on commit f491001

Please sign in to comment.