summaryrefslogtreecommitdiffstats
path: root/include/imx_lpi2c.h
Commit message (Collapse)AuthorAgeFilesLines
* i2c: imx_lpi2c: add ipg clkPeng Fan2019-10-141-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>
* i2c: imx_lpi2c: add uclass api supportPeng Fan2018-08-061-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>
* imx_lpi2c: Update lpi2c driver to support imx8Ye Li2018-07-121-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>