From: Shawn Guo Date: Tue, 19 Jun 2012 14:38:14 +0000 (+0800) Subject: ARM: mxs: store mac address read from OTP in device tree X-Git-Tag: v3.6-rc1~144^2~16^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5653acc24c13e8b272e16a194b26465330753118;p=pandora-kernel.git 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 --- Reading git-diff-tree failed