ramips: convert to new LED color/function format where possible
[openwrt/staging/jow.git] / target / linux / ramips / dts / mt7620a_tplink_archer-c20-v1.dts
index 23719c3f3555a2416314e9931e0fbbfc7a00b2f1..60ab58366fb7bfaa58b32335aa844088239b18a0 100644 (file)
@@ -1,5 +1,3 @@
-/dts-v1/;
-
 #include "mt7620a_tplink_archer.dtsi"
 
 / {
                compatible = "gpio-leds";
 
                lan {
-                       label = "archer-c20-v1:blue:lan";
+                       function = LED_FUNCTION_LAN;
+                       color = <LED_COLOR_ID_BLUE>;
                        gpios = <&gpio0 1 GPIO_ACTIVE_LOW>;
                };
 
                led_power: power {
-                       label = "archer-c20-v1:blue:power";
+                       function = LED_FUNCTION_POWER;
+                       color = <LED_COLOR_ID_BLUE>;
                        gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
                        default-state = "keep";
                };
 
                usb {
-                       label = "archer-c20-v1:blue:usb";
+                       function = LED_FUNCTION_USB;
+                       color = <LED_COLOR_ID_BLUE>;
                        gpios = <&gpio2 4 GPIO_ACTIVE_LOW>;
                        trigger-sources = <&ohci_port1>, <&ehci_port1>;
                        linux,default-trigger = "usbport";
                };
 
                wan {
-                       label = "archer-c20-v1:blue:wan";
+                       function = LED_FUNCTION_WAN;
+                       color = <LED_COLOR_ID_BLUE>;
                        gpios = <&gpio0 11 GPIO_ACTIVE_HIGH>;
                };
 
                wan_orange {
-                       label = "archer-c20-v1:orange:wan";
+                       function = LED_FUNCTION_WAN;
+                       color = <LED_COLOR_ID_ORANGE>;
                        gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>;
                };
 
                wlan5g {
-                       label = "archer-c20-v1:blue:wlan5g";
+                       label = "blue:wlan5g";
                        gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
+                       linux,default-trigger = "phy0tpt";
                };
 
                wlan2g {
-                       label = "archer-c20-v1:blue:wlan2g";
+                       label = "blue:wlan2g";
                        gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
+                       linux,default-trigger = "phy1tpt";
                };
 
                wps {
-                       label = "archer-c20-v1:blue:wps";
+                       function = LED_FUNCTION_WPS;
+                       color = <LED_COLOR_ID_BLUE>;
                        gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
                };
        };
 };
 
-&pinctrl {
-       state_default: pinctrl0 {
-               gpio {
-                       ralink,group = "i2c", "uartf", "wled", "ephy", "spi refclk", "wdt";
-                       ralink,function = "gpio";
-               };
+&state_default {
+       gpio {
+               groups = "i2c", "uartf", "wled", "ephy", "spi refclk", "wdt";
+               function = "gpio";
        };
 };
 
 &wmac {
-       pinctrl-names = "default";
+       pinctrl-names = "default", "pa_gpio";
        pinctrl-0 = <&pa_pins>;
+       pinctrl-1 = <&pa_gpio_pins>;
 
-       mtd-mac-address = <&rom 0xf100>;
-       mtd-mac-address-increment = <(-2)>;
+       nvmem-cells = <&macaddr_rom_f100 (-2)>;
+       nvmem-cell-names = "mac-address";
 };
 
 &wifi {
-       mtd-mac-address = <&rom 0xf100>;
-       mtd-mac-address-increment = <(-1)>;
+       nvmem-cells = <&macaddr_rom_f100 (-1)>;
+       nvmem-cell-names = "mac-address";
+#include <dt-bindings/leds/common.h>
+
 };