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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user