ramips: mt7621: nix mac-address-increment
[openwrt/staging/blocktrron.git] / target / linux / ramips / dts / mt7621_tplink_archer-x6-v3.dtsi
index f8fa7487ce829997cfedef2b55f92b39f05754df..d3db8cd602cb76443e59b98bfc8e9281190dd2a8 100644 (file)
                                        #size-cells = <1>;
 
                                        macaddr_config_8: macaddr@8 {
+                                               compatible = "mac-base";
                                                reg = <0x8 0x6>;
+                                               #nvmem-cell-cells = <1>;
                                        };
                                };
                        };
        wifi@0,0 {
                compatible = "mediatek,mt76";
                reg = <0x0000 0 0 0 0>;
-               nvmem-cells = <&eeprom_radio_0>, <&macaddr_config_8>;
+               nvmem-cells = <&eeprom_radio_0>, <&macaddr_config_8 1>;
                nvmem-cell-names = "eeprom", "mac-address";
-               mac-address-increment = <1>;
                ieee80211-freq-limit = <2400000 2500000>;
        };
 };
        wifi@0,0 {
                compatible = "mediatek,mt76";
                reg = <0x0000 0 0 0 0>;
-               nvmem-cells = <&eeprom_radio_8000>, <&macaddr_config_8>;
+               nvmem-cells = <&eeprom_radio_8000>, <&macaddr_config_8 2>;
                nvmem-cell-names = "eeprom", "mac-address";
-               mac-address-increment = <2>;
                ieee80211-freq-limit = <5000000 6000000>;
        };
 };
 };
 
 &gmac0 {
-       nvmem-cells = <&macaddr_config_8>;
+       nvmem-cells = <&macaddr_config_8 0>;
        nvmem-cell-names = "mac-address";
 };