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
1 changed files with 4 additions and 4 deletions
|
@ -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 a new issue