aboutsummaryrefslogtreecommitdiff
path: root/include/imx_lpi2c.h
AgeCommit message (Collapse)AuthorFilesLines
2019-10-14i2c: imx_lpi2c: add ipg clkPeng Fan1-0/+1
The controller needs two clk, per clk and ipg clk, so let's add ipg clk. Signed-off-by: Peng Fan <peng.fan@nxp.com>
2018-08-06i2c: imx_lpi2c: add uclass api supportPeng Fan1-0/+3
Use uclass clk api to get per clk when CONFIG_CLK enabled. Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Anatolij Gustschin <agust@denx.de>
2018-07-12imx_lpi2c: Update lpi2c driver to support imx8Ye Li1-0/+519
Add compatible string for i.MX8 and move imx_lpi2c.h from mx7ulp directory to u-boot include directory as a common header file. Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Heiko Schocher <hs@denx.de>