2
0
forked from Ivasoft/openwrt

mpc85xx: replace WDR4900 uci-defaults ethernet MAC address hack with DTS entry

This also changes the MAC address to one of the adresses actually used by the
stock firmware on one of the ethernet interfaces.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>

SVN-Revision: 45599
This commit is contained in:
Imre Kaloz
2015-05-03 18:00:47 +00:00
parent 322d798510
commit 3ee45e61fe
2 changed files with 2 additions and 3 deletions

View File

@@ -63,7 +63,7 @@
label = "rootfs";
};
config@fe0000 {
config: config@fe0000 {
reg = <0x00fe0000 0x00010000>;
label = "config";
read-only;
@@ -118,6 +118,7 @@
enet0: ethernet@b0000 {
phy-handle = <&phy0>;
phy-connection-type = "rgmii-id";
mtd-mac-address = <&config 0x14c>;
};
enet1: ethernet@b1000 {