commit | 235a251abad38910120ba2dbd77296983c1d71b2 | [log] [tgz] |
---|---|---|
author | Max Schwarz <max.schwarz@online.de> | Fri Apr 18 02:17:32 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 22 15:55:11 2014 -0400 |
tree | 151416b5df4e60bc42325e341cd21fce4aeaeb1d | |
parent | 78541c1dc60b65ecfce5a6a096fc260219d6784e [diff] |
arc_emac: write initial MAC address from devicetree to hw The MAC address retrieved from dt was not actually written to the hardware. This meant proper communication was only possible after changing the MAC address. Fix that by always writing the mac address during probing. Signed-off-by: Max Schwarz <max.schwarz@online.de> Acked-by: Heiko Stuebner <heiko@sntech.de> Tested-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: David S. Miller <davem@davemloft.net>