ath79: qca: remove mac-address-increment
[openwrt/staging/hauke.git] / target / linux / ath79 / dts / qca9561_tplink_eap225-wall-v2.dts
index 856161a987327ccc9d5ec558f3f8ef974dcab675..cf5f3a3a4e045d2a7d5f6cfd83cdcb88e53a8799 100644 (file)
@@ -63,9 +63,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";
        };
 };
                                        #size-cells = <1>;
 
                                        macaddr_info_8: macaddr@8 {
+                                               compatible = "mac-base";
                                                reg = <0x8 0x6>;
+                                               #nvmem-cell-cells = <1>;
                                        };
                                };
                        };
 &eth1 {
        status = "okay";
 
-       nvmem-cells = <&macaddr_info_8>;
+       nvmem-cells = <&macaddr_info_8 0>;
        nvmem-cell-names = "mac-address";
 };
 
 &wmac {
        status = "okay";
 
-       nvmem-cells = <&macaddr_info_8>, <&calibration_ath9k>;
+       nvmem-cells = <&macaddr_info_8 0>, <&calibration_ath9k>;
        nvmem-cell-names = "mac-address", "calibration";
 };