i2c: imx_lpi2c: add ipg clk

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>
This commit is contained in:
Peng Fan
2019-07-24 08:54:16 +00:00
committed by Stefano Babic
parent b4eca2d787
commit d02be21d30
2 changed files with 12 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ struct imx_lpi2c_bus {
struct i2c_pads_info *pads_info;
struct udevice *bus;
struct clk per_clk;
struct clk ipg_clk;
};
struct imx_lpi2c_reg {