treewide: convert mtd-mac-address-increment* to generic implementation
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / qca9531_comfast_cf-ew72.dts
index ad5275c0a17eb112c95cdd1a93370a61ce54fee8..f67a8cbb728c08227bae1bc0a168eb0a54f9a438 100644 (file)
                pinctrl-0 = <&jtag_disable_pins>;
 
                lan {
-                       label = "cf-ew72:blue:lan";
+                       label = "blue:lan";
                        gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
                };
 
                led_wan: wan {
-                       label = "cf-ew72:blue:wan";
+                       label = "blue:wan";
                        gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
                };
 
                wlan {
-                       label = "cf-ew72:blue:wlan";
+                       label = "blue:wlan";
                        gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
                        linux,default-trigger = "phy0tpt";
                };
@@ -67,8 +67,6 @@
 &spi {
        status = "okay";
 
-       num-cs = <1>;
-
        flash@0 {
                compatible = "winbond,w25q128", "jedec,spi-nor";
                reg = <0>;
        };
 };
 
-&uart {
-       status = "okay";
-};
-
 &eth0 {
        status = "okay";
 
        phy-handle = <&swphy4>;
 
        mtd-mac-address = <&art 0x0>;
-       mtd-mac-address-increment = <1>;
+       mac-address-increment = <1>;
 };
 
 &eth1 {
 
        mtd-cal-data = <&art 0x1000>;
        mtd-mac-address = <&art 0x0>;
-       mtd-mac-address-increment = <3>;
+       mac-address-increment = <3>;
 };