Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-14 | clk: imx8qxp: extend to support getting I2C IPG clock | Anatolij Gustschin | |
Since commit d02be21d3004 ("i2c: imx_lpi2c: add ipg clk") getting I2C clocks doesn't work. Add I2C IPG clock IDs to related switch statements to fix it. Signed-off-by: Anatolij Gustschin <agust@denx.de> Cc: Lukasz Majewski <lukma@denx.de> Reviewed-by: Peng Fan <peng.fan@nxp.com> | |||
2019-04-25 | clk: imx8: split code into common and soc specific part | Peng Fan | |
To make it easy to add new clk driver for i.MX8, split the code into common part and SoC specific part. Make the get/set/enable non static and introduce a num_clks for soc_clk_dump, because the arrays are moved to clk-imx8qxp.c. Signed-off-by: Peng Fan <peng.fan@nxp.com> |