Re: [U-Boot] [PATCH v3] mx6sx: Add initial support for Samtec VIN|ING 2000 board

2016-11-23 Thread Marek Vasut
On 11/23/2016 07:39 PM, Christoph Fritz wrote: > This patch adds initial support for Samtec VIN|ING 2000 board. > > Signed-off-by: Christoph Fritz > --- > Changes since v1: > - add more comments (enet phy init) > - fix layout style e.g. multi-line-comments > - use pinmux macros > - use helper

[U-Boot] [PATCH v3] mx6sx: Add initial support for Samtec VIN|ING 2000 board

2016-11-23 Thread Christoph Fritz
This patch adds initial support for Samtec VIN|ING 2000 board. Signed-off-by: Christoph Fritz --- Changes since v1: - add more comments (enet phy init) - fix layout style e.g. multi-line-comments - use pinmux macros - use helper funcs clrsetbits_le32() and wait_for_bit() - make some function