ath79: ubnt-bullet-m-xw: Move eth0 mtd-mac-address to the common include
It's same for Bullet and Nanostation so far, so let's hope it's going to be the same for other boards sharing the same platform. Signed-off-by: Petr Štetiar <ynezz@true.cz>
This commit is contained in:
parent
6935d73851
commit
74f46d90be
2 changed files with 4 additions and 2 deletions
|
@ -24,8 +24,6 @@
|
||||||
ð0 {
|
ð0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
mtd-mac-address = <&eeprom 0x0>;
|
|
||||||
|
|
||||||
phy-mode = "rgmii";
|
phy-mode = "rgmii";
|
||||||
phy-handle = <&phy4>;
|
phy-handle = <&phy4>;
|
||||||
|
|
||||||
|
|
|
@ -117,3 +117,7 @@
|
||||||
mtd-cal-data = <&eeprom 0x1000>;
|
mtd-cal-data = <&eeprom 0x1000>;
|
||||||
mtd-mac-address = <&eeprom 0x1002>;
|
mtd-mac-address = <&eeprom 0x1002>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ð0 {
|
||||||
|
mtd-mac-address = <&eeprom 0x0>;
|
||||||
|
};
|
||||||
|
|
Loading…
Reference in a new issue