Re: [PATCH] clk: imx6q: Add definition for IMX6QDL_CLK_I2C3

2024-07-22 Thread Fabio Estevam
On Fri, Jul 12, 2024 at 8:10 PM Emil Kronborg wrote: > > Commit 727fa4539ca2 ("clk: Add support for I2C clocks on NXP's imx6q SoC > which use CCF") added I2C clocks for I2C1 and I2C2, but not I2C3. > Consequently, devices using I2C3 fail after enabling CONFIG_CLK_IMX6Q > and thus CONFIG_CLK. There

[PATCH] clk: imx6q: Add definition for IMX6QDL_CLK_I2C3

2024-07-12 Thread Emil Kronborg
Commit 727fa4539ca2 ("clk: Add support for I2C clocks on NXP's imx6q SoC which use CCF") added I2C clocks for I2C1 and I2C2, but not I2C3. Consequently, devices using I2C3 fail after enabling CONFIG_CLK_IMX6Q and thus CONFIG_CLK. Therefore, this commit adds the last I2C clock. Signed-off-by: Emil