[PATCH] i2c-omap: Program I2C_WE on OMAP4 to enable i2c wakeup

2011-03-04 Thread Rajendra Nayak
For the I2C module to be wakeup capable, programming I2C_WE register (which was skipped for OMAP4430) is needed even on OMAP4. This fixes i2c controller timeouts which were seen recently with the static dependency being cleared between MPU and L4PER clockdomains. Signed-off-by: Rajendra Nayak

Re: [PATCH] i2c-omap: Program I2C_WE on OMAP4 to enable i2c wakeup

2011-03-04 Thread Ben Dooks
On Fri, Mar 04, 2011 at 09:00:00AM -0800, Kevin Hilman wrote: Rajendra Nayak rna...@ti.com writes: For the I2C module to be wakeup capable, programming I2C_WE register (which was skipped for OMAP4430) is needed even on OMAP4. This fixes i2c controller timeouts which were seen recently