ath79: qca: remove mac-address-increment
[openwrt/staging/jow.git] / target / linux / ath79 / dts / qca9563_tplink_eap225-outdoor-v1.dts
index 79c45f1ea8a26fe81cd8bdcacb608357b02fa8e6..9c1e82bf986c7938b856fe1f6d9e56d017037fb9 100644 (file)
 };
 
 &art {
-       precalibration_ath10k: pre-calibration@5000 {
-               reg = <0x5000 0x2f20>;
+       nvmem-layout {
+               compatible = "fixed-layout";
+               #address-cells = <1>;
+               #size-cells = <1>;
+
+               macaddr_info_8: macaddr@8 {
+                       compatible = "mac-base";
+                       reg = <0x8 0x6>;
+                       #nvmem-cell-cells = <1>;
+               };
+
+               precalibration_ath10k: pre-calibration@5000 {
+                       reg = <0x5000 0x2f20>;
+               };
        };
 };
 
@@ -52,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";
        };
 };