commit | 5653acc24c13e8b272e16a194b26465330753118 | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Tue Jun 19 22:38:14 2012 +0800 |
committer | Shawn Guo <shawn.guo@linaro.org> | Tue Jul 03 13:22:35 2012 +0800 |
tree | 86eee0ae5345c6af0a33a68ab209ba37a370af9d | |
parent | 80d969e491b514f8179ef354b7cf8b372610d01b [diff] |
ARM: mxs: store mac address read from OTP in device tree The non-DT boot reads the mac from OTP and pass it to fec driver via platform data. The patch provides an equivalent support for device tree boot, with reading mac from OTP and store it in device tree, and fec driver can get the mac from device tree at its probe time. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>