aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
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
commit60d920e95b2b74f9f62137798433438f180d8858 (patch)
treef705cc018a358cab74710a05efe4d3c76970f90f /target/linux
parent1d682d38f833cba62eaca9ec7a45f39cb92c6646 (diff)
downloadmaster-187ad058-60d920e95b2b74f9f62137798433438f180d8858.tar.gz
master-187ad058-60d920e95b2b74f9f62137798433438f180d8858.tar.bz2
master-187ad058-60d920e95b2b74f9f62137798433438f180d8858.zip
bcm53xx: fix WXR-1900DHP power led name and add usb led
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45460 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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";
+ };