]> git.baikalelectronics.ru Git - uboot.git/commit
i2c: lpi2c: add lpi2c driver for i.MX7ULP
authorPeng Fan <peng.fan@nxp.com>
Fri, 24 Feb 2017 01:54:18 +0000 (09:54 +0800)
committerStefano Babic <sbabic@denx.de>
Fri, 17 Mar 2017 08:27:08 +0000 (09:27 +0100)
commit836a8b91b99bd7ac29c4d57303821b8286f6242f
tree820c3e6b731ea1c2d43c03eee7017a598c138c8b
parent15ae5e9a35962c4c6b55877c642a932d44b63287
i2c: lpi2c: add lpi2c driver for i.MX7ULP

Add lpi2c driver for i.MX7ULP.
Need to enable the two options to use this driver:
CONFIG_DM_I2C=y
CONFIG_SYS_I2C_IMX_LPI2C=y

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Acked-by: Heiko Schocher <hs@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
arch/arm/include/asm/arch-mx7ulp/imx_lpi2c.h [new file with mode: 0644]
drivers/i2c/Kconfig
drivers/i2c/Makefile
drivers/i2c/imx_lpi2c.c [new file with mode: 0644]