Re: [U-Boot] [PATCH 2/4] mx6: soc: Add ENET2 support

2015-02-11 Thread Stefano Babic
Hi Ye, On 11/02/2015 03:42, Li Ye-B37916 wrote: Checkpatch complains about extra spaces. I will fix this problem. + mac[3] = value 16 ; + mac[4] = value 8 ; + mac[5] = value ; + } else { + u32 value = readl(fuse-mac_addr2); + mac[0] =

Re: [U-Boot] [PATCH 2/4] mx6: soc: Add ENET2 support

2015-02-10 Thread Li Ye-B37916
Hi Stefano, On 2/10/2015 6:22 PM, Stefano Babic wrote: Hi, On 12/01/2015 09:46, Ye.Li wrote: The mx6sx has two ENET controllers, some board like mx6sxsabreauto uses the ENET2 for ethernet. So add ENET2 support to soc level, including: ENET2 clock enable and MAC address fuse for ENET2.

Re: [U-Boot] [PATCH 2/4] mx6: soc: Add ENET2 support

2015-02-10 Thread Stefano Babic
Hi, On 12/01/2015 09:46, Ye.Li wrote: The mx6sx has two ENET controllers, some board like mx6sxsabreauto uses the ENET2 for ethernet. So add ENET2 support to soc level, including: ENET2 clock enable and MAC address fuse for ENET2. Signed-off-by: Ye.Li b37...@freescale.com ---