Author: nbd Date: 2015-04-16 22:09:08 +0200 (Thu, 16 Apr 2015) New Revision: 45460
Modified: trunk/target/linux/bcm53xx/patches-3.18/330-ARM-BCM5301X-Add-DT-for-Buffalo-WXR-1900DHP.patch Log: bcm53xx: fix WXR-1900DHP power led name and add usb led Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/target/linux/bcm53xx/patches-3.18/330-ARM-BCM5301X-Add-DT-for-Buffalo-WXR-1900DHP.patch =================================================================== --- trunk/target/linux/bcm53xx/patches-3.18/330-ARM-BCM5301X-Add-DT-for-Buffalo-WXR-1900DHP.patch 2015-04-16 13:53:57 UTC (rev 45459) +++ trunk/target/linux/bcm53xx/patches-3.18/330-ARM-BCM5301X-Add-DT-for-Buffalo-WXR-1900DHP.patch 2015-04-16 20:09:08 UTC (rev 45460) @@ -8,7 +8,7 @@ --- --- /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 @@ + 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"; + }; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
