diff --git a/target/linux/ath79/dts/ar9342_ubnt_bullet-m-xw.dts b/target/linux/ath79/dts/ar9342_ubnt_bullet-m-xw.dts index 67833bb6f9..fc24c80582 100644 --- a/target/linux/ath79/dts/ar9342_ubnt_bullet-m-xw.dts +++ b/target/linux/ath79/dts/ar9342_ubnt_bullet-m-xw.dts @@ -24,8 +24,6 @@ ð0 { status = "okay"; - mtd-mac-address = <&eeprom 0x0>; - phy-mode = "rgmii"; phy-handle = <&phy4>; diff --git a/target/linux/ath79/dts/ar9342_ubnt_xw.dtsi b/target/linux/ath79/dts/ar9342_ubnt_xw.dtsi index f42524e2d9..01ea7c9eb3 100644 --- a/target/linux/ath79/dts/ar9342_ubnt_xw.dtsi +++ b/target/linux/ath79/dts/ar9342_ubnt_xw.dtsi @@ -117,3 +117,7 @@ mtd-cal-data = <&eeprom 0x1000>; mtd-mac-address = <&eeprom 0x1002>; }; + +ð0 { + mtd-mac-address = <&eeprom 0x0>; +};