]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
omap24xx_i2c: Handle OMAP5 like OMAP2,3,4
authorVincent Stehlé <v-stehle@ti.com>
Mon, 3 Dec 2012 06:07:21 +0000 (06:07 +0000)
committerTom Rini <trini@ti.com>
Tue, 11 Dec 2012 20:17:31 +0000 (13:17 -0700)
commit66839773a82cb56ebeb2b99322151f8a57a30efb
tree91c39de96faba1bf22f7df111081a00b15321369
parentfa5e2845a867a3715240ff221aaec2825b5c73df
omap24xx_i2c: Handle OMAP5 like OMAP2,3,4

OMAP5 has 8b i2c data register field, like OMAP2, 3 and 4. Handle in the same
way. This fixes the following error on OMAP5:

  OMAP5430 EVM # mmc rescan
  timed out in wait_for_bb: I2C_STAT=1410
  twl6035: could not turn on LDO9.

Signed-off-by: Vincent Stehlé <v-stehle@ti.com>
drivers/i2c/omap24xx_i2c.c