diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-05-03 18:00:47 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-05-03 18:00:47 +0000 |
commit | c5296f0bcbad3606a7e1d0f8123f9e813e773773 (patch) | |
tree | 09ccb7d5f1eb6d174e15adf0af258a14c5683781 /target/linux/mpc85xx/files | |
parent | 0b100446ed566837884246ba3c2ba76550f8f99c (diff) | |
download | master-187ad058-c5296f0bcbad3606a7e1d0f8123f9e813e773773.tar.gz master-187ad058-c5296f0bcbad3606a7e1d0f8123f9e813e773773.tar.bz2 master-187ad058-c5296f0bcbad3606a7e1d0f8123f9e813e773773.zip |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45599 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mpc85xx/files')
-rw-r--r-- | target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts index 49e516c16f..7e48e23e4f 100644 --- a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts +++ b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts @@ -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 { |