diff options
| author | Richard Schneidt | 2024-12-27 11:57:34 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-12-27 15:09:20 +0000 |
| commit | 90f84a22b002f1986c32a90b1d2e49b2cef47d55 (patch) | |
| tree | 70423ea6a8dcdceb97cdf8959aaf8749157140ea | |
| parent | 4cc1da1e44c28aa153956e179f28b8ee38dc3ac6 (diff) | |
| download | openwrt-90f84a22b002f1986c32a90b1d2e49b2cef47d55.tar.gz | |
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 f491001f0c106cd59b9f72f2dbd2ba39a3616de3)
| -rw-r--r-- | target/linux/mvebu/patches-6.6/309-linksys-status-led.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/mvebu/patches-6.6/309-linksys-status-led.patch b/target/linux/mvebu/patches-6.6/309-linksys-status-led.patch index 4ad9abc3a1..270937a924 100644 --- a/target/linux/mvebu/patches-6.6/309-linksys-status-led.patch +++ b/target/linux/mvebu/patches-6.6/309-linksys-status-led.patch @@ -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"; |