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 | e126d040f0b5de966726a7302092dacf2f8c37ee (patch) | |
tree | e392ad0a96cef67d6de42810406178f123689e2b /target/linux | |
parent | b4fb839256e571192fcf3e753676b6bd716cdc78 (diff) | |
download | upstream-e126d040f0b5de966726a7302092dacf2f8c37ee.tar.gz upstream-e126d040f0b5de966726a7302092dacf2f8c37ee.tar.bz2 upstream-e126d040f0b5de966726a7302092dacf2f8c37ee.zip |
brcm63xx: fix leds bcm963269bhr
Fix the led naming and gpios.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45558 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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>; }; }; }; |