treewide: convert mtd-mac-address-increment* to generic implementation
[openwrt/staging/chunkeey.git] / target / linux / ath79 / dts / ar9344_tplink_tl-wdr3500-v1.dts
index 59a06346aeea3b3a90e3c10cc2627ff78a9c8a63..e8f9672b58c97fbe992ed716a004c47be543b000 100644 (file)
@@ -58,7 +58,7 @@
 
 &ath9k {
        mtd-mac-address = <&uboot 0x1fc00>;
-       mtd-mac-address-increment = <1>;
+       mac-address-increment = <1>;
 };
 
 &wmac {
@@ -69,7 +69,7 @@
        status = "okay";
 
        mtd-mac-address = <&uboot 0x1fc00>;
-       mtd-mac-address-increment = <(-1)>;
+       mac-address-increment = <(-1)>;
 
        gmac-config {
                device = <&gmac>;
@@ -84,5 +84,5 @@
        phy-handle = <&swphy4>;
 
        mtd-mac-address = <&uboot 0x1fc00>;
-       mtd-mac-address-increment = <2>;
+       mac-address-increment = <2>;
 };