treewide: convert mtd-mac-address-increment* to generic implementation
[openwrt/staging/chunkeey.git] / target / linux / ath79 / dts / ar9344_tplink_tl-wdr3500-v1.dts
index e709e6b547062ff6a79ecef6b071554206895884..e8f9672b58c97fbe992ed716a004c47be543b000 100644 (file)
@@ -1,5 +1,4 @@
 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
-/dts-v1/;
 
 #include "ar9344_tplink_tl-wdrxxxx.dtsi"
 
@@ -14,7 +13,7 @@
 
 &leds {
        usb {
-               label = "tp-link:green:usb";
+               label = "green:usb";
                gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
                linux,default-trigger = "usbport";
                trigger-sources = <&hub_port>;
@@ -59,7 +58,7 @@
 
 &ath9k {
        mtd-mac-address = <&uboot 0x1fc00>;
-       mtd-mac-address-increment = <1>;
+       mac-address-increment = <1>;
 };
 
 &wmac {
@@ -70,7 +69,7 @@
        status = "okay";
 
        mtd-mac-address = <&uboot 0x1fc00>;
-       mtd-mac-address-increment = <(-1)>;
+       mac-address-increment = <(-1)>;
 
        gmac-config {
                device = <&gmac>;
@@ -85,5 +84,5 @@
        phy-handle = <&swphy4>;
 
        mtd-mac-address = <&uboot 0x1fc00>;
-       mtd-mac-address-increment = <2>;
+       mac-address-increment = <2>;
 };