mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-08 14:03:06 +00:00
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:
parent
4cc1da1e44
commit
90f84a22b0
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user