mvebu: fix Linksys power LED

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 <ricsc@users.noreply.github.com>
Link: https://github.com/openwrt/openwrt/pull/17330
Signed-off-by: Robert Marko <robimarko@gmail.com>
(cherry picked from commit f491001f0c)
This commit is contained in:
Richard Schneidt 2024-12-27 12:57:34 +01:00 committed by Robert Marko
parent 4cc1da1e44
commit 90f84a22b0

View File

@ -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";
};
@ -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";