commit | 95b0ab5cf0112aa4d37403f8f46c640895d71e67 | [log] [tgz] |
---|---|---|
author | Wang Huan <b18965@freescale.com> | Fri Sep 05 13:52:35 2014 +0800 |
committer | York Sun <yorksun@freescale.com> | Mon Sep 08 10:30:32 2014 -0700 |
tree | eda4670abb082fd3e6ea01e36832f78b1431f3b0 | |
parent | 8ce6bec9899734837f2bc2d5f6eae868c26406aa [diff] |
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>