brcm63xx: fix leds bcm963269bhr

Fix the led naming and gpios.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 45558
master
Jonas Gorski 10 years ago
parent 5e8eedb897
commit 16127b3429
  1. 8
      target/linux/brcm63xx/dts/bcm963269bhr.dts

@ -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…
Cancel
Save