diff options
-rw-r--r-- | target/linux/brcm63xx/dts/bcm963269bhr.dts | 8 |
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>; }; }; }; |