summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/dts
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2015-04-21 17:00:39 +0000
committerJonas Gorski <jogo@openwrt.org>2015-04-21 17:00:39 +0000
commit16127b342901f0c9b1c1697ed5f99df924504682 (patch)
tree4bfbfe458e4b431d8da129223844fd8b6c6908d5 /target/linux/brcm63xx/dts
parent5e8eedb897f080e9784897ee452c5a6f8fc83faf (diff)
downloadmaster-31e0f0ae-16127b342901f0c9b1c1697ed5f99df924504682.tar.gz
master-31e0f0ae-16127b342901f0c9b1c1697ed5f99df924504682.tar.bz2
master-31e0f0ae-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/dts')
-rw-r--r--target/linux/brcm63xx/dts/bcm963269bhr.dts8
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>;
};
};
};