From d4d1dd674977fc7be30bd1f113b564247236ed60 Mon Sep 17 00:00:00 2001 From: Ye Li Date: Mon, 1 Feb 2016 10:41:31 +0800 Subject: mx6: soc: Add ENET2 mac address support The i.MX6SX and i.MX6UL has two ENET controllers, add support for reading MAC address from fuse for ENET2. Signed-off-by: Ye Li --- doc/README.imx6 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/README.imx6') diff --git a/doc/README.imx6 b/doc/README.imx6 index e26ab711ed..7c9a4ac5c6 100644 --- a/doc/README.imx6 +++ b/doc/README.imx6 @@ -7,7 +7,10 @@ SoC. ----------------------------------- 1.1 MAC Address: It is stored in fuse bank 4, with the 32 lsbs in word 2 and the - 16 msbs in word 3. + 16 msbs in word 3[15:0]. + For i.MX6SX and i.MX6UL, they have two MAC addresses. The second MAC address + is stored in fuse bank 4, with the 16 lsb in word 3[31:16] and the 32 msbs in + word 4. Example: -- cgit v1.2.3