Re: [U-Boot] [PATCH v3 1/4] imx: mx6slevk: Add I2C1 support

2014-09-12 Thread Stefano Babic
Hi Ye, On 11/09/2014 05:13, Ye.Li wrote: Add I2C1 pin and pad settings, and enable the MXC I2C driver. I see two different topics in this patch: 1. Add I2C1 pins to mx6sl pins. This is general, and not related to a specific board. 2. Add I2C1 support to 6slevk board, as in subject. Please

Re: [U-Boot] [PATCH v3 1/4] imx: mx6slevk: Add I2C1 support

2014-09-12 Thread Li Ye-B37916
Hi Stefano, On 9/12/2014 6:08 PM, Stefano Babic wrote: Hi Ye, On 11/09/2014 05:13, Ye.Li wrote: Add I2C1 pin and pad settings, and enable the MXC I2C driver. I see two different topics in this patch: 1. Add I2C1 pins to mx6sl pins. This is general, and not related to a specific board.

[U-Boot] [PATCH v3 1/4] imx: mx6slevk: Add I2C1 support

2014-09-10 Thread Ye . Li
Add I2C1 pin and pad settings, and enable the MXC I2C driver. Signed-off-by: Ye.Li b37...@freescale.com --- Changes since v1: - None Changes since v2: - None arch/arm/include/asm/arch-mx6/mx6sl_pins.h |5 + board/freescale/mx6slevk/mx6slevk.c| 26 ++