ramips: convert to new LED color/function format where possible
[openwrt/staging/jow.git] / target / linux / ramips / dts / mt7620a_lenovo_newifi-y1.dts
index 2b98d6c55f14647c2b70d1bb7f8f45a8a1db2cfd..acc73a8ec949b3e3aabb018c4877635dc555ae91 100644 (file)
@@ -1,5 +1,3 @@
-/dts-v1/;
-
 #include "mt7620a_lenovo_newifi-y1.dtsi"
 
 / {
                compatible = "gpio-leds";
 
                led_power: power {
-                       label = "newifi-y1:blue:power";
+                       function = LED_FUNCTION_POWER;
+                       color = <LED_COLOR_ID_BLUE>;
                        gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
                };
 
                wlan1 {
-                       label = "newifi-y1:blue:wifi";
+                       label = "blue:wifi";
                        gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
                };
 
                wlan2 {
-                       label = "newifi-y1:blue:wifi5g";
+                       label = "blue:wifi5g";
                        gpios = <&gpio2 10 GPIO_ACTIVE_LOW>;
                };
 
                usb {
-                       label = "newifi-y1:blue:usb";
+                       function = LED_FUNCTION_USB;
+                       color = <LED_COLOR_ID_BLUE>;
                        gpios = <&gpio2 12 GPIO_ACTIVE_LOW>;
                        trigger-sources = <&ohci_port1>, <&ehci_port1>;
                        linux,default-trigger = "usbport";
                };
 
                lan {
-                       label = "newifi-y1:blue:lan";
+                       function = LED_FUNCTION_LAN;
+                       color = <LED_COLOR_ID_BLUE>;
                        gpios = <&gpio2 15 GPIO_ACTIVE_LOW>;
                };
 
                internet {
-                       label = "newifi-y1:blue:internet";
+                       label = "blue:internet";
                        gpios = <&gpio2 11 GPIO_ACTIVE_LOW>;
                };
        };
 &ethernet {
        pinctrl-names = "default";
        pinctrl-0 = <&ephy_pins>;
-       mtd-mac-address = <&factory 0x28>;
+
+       nvmem-cells = <&macaddr_factory_28>;
+       nvmem-cell-names = "mac-address";
+
        mediatek,portmap = "llllw";
+#include <dt-bindings/leds/common.h>
+
 };