Re: [U-Boot] [PATCH 01/14] omap4: i2c: correct register offset for sync register

2016-07-18 Thread Tom Rini
On Mon, Jul 18, 2016 at 03:10:56PM +0530, Mugunthan V N wrote: > The register offset of i2c_sysc offset is not correct as per > omap4 TRM [1], correct the offsets as per the documentation. > > [1] - http://www.ti.com/lit/ug/swpu235ab/swpu235ab.pdf > > Signed-off-by: Mugunthan V N

[U-Boot] [PATCH 01/14] omap4: i2c: correct register offset for sync register

2016-07-18 Thread Mugunthan V N
The register offset of i2c_sysc offset is not correct as per omap4 TRM [1], correct the offsets as per the documentation. [1] - http://www.ti.com/lit/ug/swpu235ab/swpu235ab.pdf Signed-off-by: Mugunthan V N --- arch/arm/include/asm/arch-omap4/i2c.h | 6 +++--- 1 file