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>
Showing
- arch/arm/include/asm/arch-mx7ulp/imx_lpi2c.h 520 additions, 0 deletionsarch/arm/include/asm/arch-mx7ulp/imx_lpi2c.h
- drivers/i2c/Kconfig 6 additions, 0 deletionsdrivers/i2c/Kconfig
- drivers/i2c/Makefile 1 addition, 0 deletionsdrivers/i2c/Makefile
- drivers/i2c/imx_lpi2c.c 462 additions, 0 deletionsdrivers/i2c/imx_lpi2c.c
arch/arm/include/asm/arch-mx7ulp/imx_lpi2c.h
0 → 100644
drivers/i2c/imx_lpi2c.c
0 → 100644
Please register or sign in to comment