ramips: mt7628: use mac-base
[openwrt/staging/hauke.git] / target / linux / ramips / dts / mt7628an_tplink_tl-wr802n-v4.dts
index 46c18d6b2d82a168bb4be83d98cf7879299d3c7d..01cbba2024481fb250e287d33599471475914e1d 100644 (file)
 };
 
 &ethernet {
-       nvmem-cells = <&macaddr_factory_f100>;
+       nvmem-cells = <&macaddr_factory_f100 0>;
        nvmem-cell-names = "mac-address";
 };
+
+&wmac {
+       status = "okay";
+
+       nvmem-cells = <&eeprom_factory_20000>, <&macaddr_factory_f100 0>;
+       nvmem-cell-names = "eeprom", "mac-address";
+};