mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
brcm63xx: swap a4001n power leds again
This partially reverts r44577 ("brcm63xx: fix DTS LEDs and buttons").
Fixes #19858.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46149
This commit is contained in:
parent
3a9e4ba896
commit
ad80d3869d
1 changed files with 5 additions and 5 deletions
|
|
@ -32,14 +32,14 @@
|
|||
label = "A4001N:red:inet";
|
||||
gpios = <&gpio0 1 0>;
|
||||
};
|
||||
power_green {
|
||||
label = "A4001N:green:power";
|
||||
gpios = <&gpio0 4 0>;
|
||||
default-state = "on";
|
||||
};
|
||||
power_red {
|
||||
label = "A4001N:red:power";
|
||||
gpios = <&gpio0 4 0>;
|
||||
};
|
||||
power_green {
|
||||
label = "A4001N:green:power";
|
||||
gpios = <&gpio0 8 0>;
|
||||
default-state = "on";
|
||||
};
|
||||
usb_green {
|
||||
label = "A4001N:green:usb";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue