mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01: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
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue