mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-23 12:58:23 +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>
This commit is contained in:
parent
fe17cc1bfd
commit
f491001f0c
@ -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