mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-16 13:23:38 +08:00
brcm63xx: fix leds bcm963269bhr
Fix the led naming and gpios. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 45558
This commit is contained in:
parent
5e8eedb897
commit
16127b3429
@ -24,13 +24,13 @@
|
||||
compatible = "gpio-leds";
|
||||
|
||||
usb1 {
|
||||
label = "963629BHR:green:usb1";
|
||||
label = "963269BHR:green:usb1";
|
||||
gpios = <&gpio0 9 1>;
|
||||
};
|
||||
|
||||
usb12 {
|
||||
label = "963629BHR:green:usb1";
|
||||
gpios = <&gpio0 9 1>;
|
||||
usb2 {
|
||||
label = "963269BHR:green:usb2";
|
||||
gpios = <&gpio0 10 1>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user