mirror of https://github.com/hak5/openwrt.git
brcm63xx: fix leds bcm963269bhr
Fix the led naming and gpios. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 45558lede-17.01
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