ramips: fix LED labels for Asus RT-AC65P
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7621_asus_rt-acx5p.dtsi
index 0921a477e926a015cfb00974cf0c2f19a1861bdf..f31e74b0516001daeea0f69e5ea1ce39d6b3be91 100644 (file)
@@ -6,13 +6,6 @@
 #include <dt-bindings/input/input.h>
 
 / {
-       aliases {
-               led-boot = &led_power;
-               led-failsafe = &led_power;
-               led-running = &led_power;
-               led-upgrade = &led_power;
-       };
-
        keys {
                compatible = "gpio-keys";
 
                        linux,code = <KEY_WPS_BUTTON>;
                };
        };
-
-       leds {
-               compatible = "gpio-leds";
-
-               led_power: power {
-                       label = "rt-ac85p:blue:power";
-                       gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
-               };
-               wlan2g {
-                       label = "rt-ac85p:blue:wlan2g";
-                       gpios = <&gpio 10 GPIO_ACTIVE_LOW>;
-                       linux,default-trigger = "phy0radio";
-               };
-
-               wlan5g {
-                       label = "rt-ac85p:blue:wlan5g";
-                       gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
-                       linux,default-trigger = "phy1radio";
-               };
-       };
 };
 
 &i2c {