aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm53xx
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-04-16 20:09:08 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-04-16 20:09:08 +0000
commitf8d499fd3f6df94373247c7c01e8d717798dc077 (patch)
tree6f633c4b18e1c74aa3a62ef3320e40e57f098f5a /target/linux/bcm53xx
parent76330e9b579c2d8a1e76b86437fef95a3a96f6c5 (diff)
downloadupstream-f8d499fd3f6df94373247c7c01e8d717798dc077.tar.gz
upstream-f8d499fd3f6df94373247c7c01e8d717798dc077.tar.bz2
upstream-f8d499fd3f6df94373247c7c01e8d717798dc077.zip
bcm53xx: fix WXR-1900DHP power led name and add usb led
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45460
Diffstat (limited to 'target/linux/bcm53xx')
-rw-r--r--target/linux/bcm53xx/patches-3.18/330-ARM-BCM5301X-Add-DT-for-Buffalo-WXR-1900DHP.patch10
1 files changed, 8 insertions, 2 deletions
diff --git a/target/linux/bcm53xx/patches-3.18/330-ARM-BCM5301X-Add-DT-for-Buffalo-WXR-1900DHP.patch b/target/linux/bcm53xx/patches-3.18/330-ARM-BCM5301X-Add-DT-for-Buffalo-WXR-1900DHP.patch
index ca55b9166e..e53f55b5e6 100644
--- a/target/linux/bcm53xx/patches-3.18/330-ARM-BCM5301X-Add-DT-for-Buffalo-WXR-1900DHP.patch
+++ b/target/linux/bcm53xx/patches-3.18/330-ARM-BCM5301X-Add-DT-for-Buffalo-WXR-1900DHP.patch
@@ -8,7 +8,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org>
---
--- /dev/null
+++ b/arch/arm/boot/dts/bcm4709-buffalo-wxr-1900dhp.dts
-@@ -0,0 +1,146 @@
+@@ -0,0 +1,152 @@
+/*
+ * Broadcom BCM470X / BCM5301X ARM platform code.
+ * DTS for Buffalo WXR-1900DHP
@@ -57,8 +57,14 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org>
+ leds {
+ compatible = "gpio-leds";
+
++ usb {
++ label = "bcm53xx:green:usb";
++ gpios = <&chipcommon 4 GPIO_ACTIVE_HIGH>;
++ linux,default-trigger = "default-off";
++ };
++
+ power0 {
-+ label = "bcm53xx:red:power";
++ label = "bcm53xx:amber:power";
+ gpios = <&chipcommon 5 GPIO_ACTIVE_HIGH>;
+ linux,default-trigger = "default-off";
+ };