mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 07:22:33 +00:00
mvebu: update 309-linksys-status-led.patch
Fix power led status, by using correct naming scheme.
This commit is contained in:
parent
f10ee1e209
commit
d2449fbdff
@ -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