From: Jonas Gorski Date: Tue, 21 Apr 2015 17:00:39 +0000 (+0000) Subject: brcm63xx: fix leds bcm963269bhr X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=41a4aea1a638b2b40c5a23c496adecbb2ded3b6c brcm63xx: fix leds bcm963269bhr Fix the led naming and gpios. Signed-off-by: Jonas Gorski SVN-Revision: 45558 --- 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>; }; }; };