summaryrefslogtreecommitdiff
path: root/include/imx_lpi2c.h
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2019-07-24 08:54:16 +0000
committerStefano Babic <sbabic@denx.de>2019-10-14 09:31:41 +0200
commitd02be21d3004b51c6fc9a54b90d31dcc2dac4a9a (patch)
tree53a9a1f778c17a96ea7e81f93d08a45b87f411f6 /include/imx_lpi2c.h
parentb4eca2d787b09509e6a5a0f597e91bcb00558b4d (diff)
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>
Diffstat (limited to 'include/imx_lpi2c.h')
-rw-r--r--include/imx_lpi2c.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/imx_lpi2c.h b/include/imx_lpi2c.h
index 2700e5f876..3ce9edaf10 100644
--- a/include/imx_lpi2c.h
+++ b/include/imx_lpi2c.h
@@ -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 {