Merge tag 'u-boot-imx-20200623' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
[oweals/u-boot.git] / include / imx_lpi2c.h
index 3fbb40bdd1a59bf494a2d183008464a9ec38ac24..3ce9edaf101abd7ee4d57a46c25089df3708a7e8 100644 (file)
@@ -8,6 +8,8 @@
 #ifndef __IMX_LPI2C_H__
 #define __IMX_LPI2C_H__
 
+#include <clk.h>
+
 struct imx_lpi2c_bus {
        int index;
        ulong base;
@@ -15,6 +17,8 @@ struct imx_lpi2c_bus {
        int speed;
        struct i2c_pads_info *pads_info;
        struct udevice *bus;
+       struct clk per_clk;
+       struct clk ipg_clk;
 };
 
 struct imx_lpi2c_reg {