]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ls102xa: i2c: Add i2c support for LS102xA
authorWang Huan <b18965@freescale.com>
Fri, 5 Sep 2014 05:52:35 +0000 (13:52 +0800)
committerYork Sun <yorksun@freescale.com>
Mon, 8 Sep 2014 17:30:32 +0000 (10:30 -0700)
commitdf0a5b880d6e53b62ea05b483243dd8675cf4648
treeeda4670abb082fd3e6ea01e36832f78b1431f3b0
parentd60a2099a20254b33a314895a4b5e6a21aebd135
ls102xa: i2c: Add i2c support for LS102xA

The existing i.MX's I2C driver mxc_i2c.c is compatible
with the controller of LS102xA. As I2C's registers
are 8-bit on LS102xA, I2C_QUIRK_REG is enabled to
use 8-bit driver.

This patch is to add I2C 1,2,3 support for LS102xA.

Signed-off-by: Alison Wang <alison.wang@freescale.com>
drivers/i2c/mxc_i2c.c