diff options
Diffstat (limited to 'target/linux/ath79/dts/ar7161_dlink_dir-825-b1.dts')
-rw-r--r-- | target/linux/ath79/dts/ar7161_dlink_dir-825-b1.dts | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/target/linux/ath79/dts/ar7161_dlink_dir-825-b1.dts b/target/linux/ath79/dts/ar7161_dlink_dir-825-b1.dts index c67b94b117..85fd54b396 100644 --- a/target/linux/ath79/dts/ar7161_dlink_dir-825-b1.dts +++ b/target/linux/ath79/dts/ar7161_dlink_dir-825-b1.dts @@ -27,35 +27,35 @@ compatible = "gpio-leds"; usb { - label = "d-link:blue:usb"; + label = "blue:usb"; gpios = <&gpio 0 GPIO_ACTIVE_LOW>; trigger-sources = <&usb_ohci_port>, <&usb_ehci_port>; linux,default-trigger = "usbport"; }; led_power_orange: power_orange { - label = "d-link:orange:power"; + label = "orange:power"; gpios = <&gpio 1 GPIO_ACTIVE_LOW>; default-state = "on"; }; led_power_blue: power_blue { - label = "d-link:blue:power"; + label = "blue:power"; gpios = <&gpio 2 GPIO_ACTIVE_LOW>; }; wps { - label = "d-link:blue:wps"; + label = "blue:wps"; gpios = <&gpio 4 GPIO_ACTIVE_LOW>; }; planet_orange { - label = "d-link:orange:planet"; + label = "orange:planet"; gpios = <&gpio 6 GPIO_ACTIVE_LOW>; }; planet_blue { - label = "d-link:blue:planet"; + label = "blue:planet"; gpios = <&gpio 11 GPIO_ACTIVE_LOW>; }; }; @@ -64,13 +64,13 @@ compatible = "gpio-leds"; wlan2g { - label = "d-link:blue:wlan2g"; + label = "blue:wlan2g"; gpios = <&ath9k0 5 GPIO_ACTIVE_LOW>; linux,default-trigger = "phy0tpt"; }; wlan5g { - label = "d-link:blue:wlan5g"; + label = "blue:wlan5g"; gpios = <&ath9k1 5 GPIO_ACTIVE_LOW>; linux,default-trigger = "phy1tpt"; }; |