When caldata locations are defined with mediatek,mtd-eeprom the
MAC address is automatically read from offset +4. Thus, specifying
that location explicitly is redundant.
This patch removes those redundant definitions.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
&wmac {
status = "okay";
- mtd-mac-address = <&factory 0x4>;
mediatek,mtd-eeprom = <&factory 0x0>;
};
reg = <0x0000 0 0 0 0>;
mediatek,mtd-eeprom = <&factory 0x8000>;
ieee80211-freq-limit = <5000000 6000000>;
- mtd-mac-address = <&factory 0x8004>;
};
};
&wmac {
status = "okay";
- ralink,mtd-eeprom = <&factory 0>;
- mtd-mac-address = <&factory 0x4>;
+ ralink,mtd-eeprom = <&factory 0x0>;
};