ath79: qca: remove mac-address-increment
[openwrt/staging/hauke.git] / target / linux / ath79 / dts / qca9563_tplink_eap225-outdoor-v1.dts
index 929cedad720db6157d532fd7e92321f94b7c4afd..9c1e82bf986c7938b856fe1f6d9e56d017037fb9 100644 (file)
@@ -36,7 +36,9 @@
                #size-cells = <1>;
 
                macaddr_info_8: macaddr@8 {
+                       compatible = "mac-base";
                        reg = <0x8 0x6>;
+                       #nvmem-cell-cells = <1>;
                };
 
                precalibration_ath10k: pre-calibration@5000 {
@@ -62,9 +64,7 @@
                compatible = "qcom,ath10k";
                reg = <0 0 0 0 0>;
 
-               mac-address-increment = <1>;
-
-               nvmem-cells = <&macaddr_info_8>, <&precalibration_ath10k>;
+               nvmem-cells = <&macaddr_info_8 1>, <&precalibration_ath10k>;
                nvmem-cell-names = "mac-address", "pre-calibration";
        };
 };