commit | a9375f3328135d651d7500df3e4c43432e5db133 | [log] [tgz] |
---|---|---|
author | Dmitry Lifshitz <lifshitz@compulab.co.il> | Sun Apr 27 13:18:46 2014 +0300 |
committer | Tom Rini <trini@ti.com> | Fri May 23 19:40:39 2014 -0400 |
tree | fd9cf808d41d9ce69ce6fd086f6239be40e31a58 | |
parent | 076446f106d0732f79456485be275ad2109306f4 [diff] |
cm-t54: add EEPROM support and MAC address handling cm-t54 Eth MAC address is stored in onboard EEPROM. Add EEPROM support and setup stored Eth MAC address. If EEPROM does not contain a valid MAC, then generate it from the processor ID code (reference code is taken from OMAP5 uEvm board file). Modify Device Tree blob MAC address field with retrieved data. Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il> Acked-by: Igor Grinberg <grinberg@compulab.co.il>