diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-04-21 17:00:39 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-04-21 17:00:39 +0000 |
commit | 16127b342901f0c9b1c1697ed5f99df924504682 (patch) | |
tree | 4bfbfe458e4b431d8da129223844fd8b6c6908d5 /target/linux/brcm63xx | |
parent | 5e8eedb897f080e9784897ee452c5a6f8fc83faf (diff) | |
download | upstream-16127b342901f0c9b1c1697ed5f99df924504682.tar.gz upstream-16127b342901f0c9b1c1697ed5f99df924504682.tar.bz2 upstream-16127b342901f0c9b1c1697ed5f99df924504682.zip |
brcm63xx: fix leds bcm963269bhr
Fix the led naming and gpios.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 45558
Diffstat (limited to 'target/linux/brcm63xx')
-rw-r--r-- | target/linux/brcm63xx/dts/bcm963269bhr.dts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/brcm63xx/dts/bcm963269bhr.dts b/target/linux/brcm63xx/dts/bcm963269bhr.dts index 84f655490f..dcef989859 100644 --- a/target/linux/brcm63xx/dts/bcm963269bhr.dts +++ b/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>; }; }; }; |