Re: imx: imx8mq: mxc_get_clock for MXC_I2C_CLK is missing

2021-09-14 Thread Peng Fan (OSS)
On 2021/9/8 21:08, Heiko Thiery wrote: Hi Peng, I faced an issue with the I2C bus speed in SPL for the imx8mq. I figured out that the bus frequency is set to about 1MHz. While digging into that I found that the clk ID for the I2C is not returned for the imx8mq correctly. Can you confirm that

Re: imx: imx8mq: mxc_get_clock for MXC_I2C_CLK is missing

2021-09-08 Thread Heiko Thiery
Hi, Am Mi., 8. Sept. 2021 um 16:07 Uhr schrieb Heiko Thiery : > > Hi, > > Am Mi., 8. Sept. 2021 um 15:08 Uhr schrieb Heiko Thiery > : > > > > Hi Peng, > > > > I faced an issue with the I2C bus speed in SPL for the imx8mq. I > > figured out that the bus frequency is set to about 1MHz. While digging

Re: imx: imx8mq: mxc_get_clock for MXC_I2C_CLK is missing

2021-09-08 Thread Heiko Thiery
Hi, Am Mi., 8. Sept. 2021 um 15:08 Uhr schrieb Heiko Thiery : > > Hi Peng, > > I faced an issue with the I2C bus speed in SPL for the imx8mq. I > figured out that the bus frequency is set to about 1MHz. While digging > into that I found that the clk ID for the I2C is not returned for the > imx8mq

imx: imx8mq: mxc_get_clock for MXC_I2C_CLK is missing

2021-09-08 Thread Heiko Thiery
Hi Peng, I faced an issue with the I2C bus speed in SPL for the imx8mq. I figured out that the bus frequency is set to about 1MHz. While digging into that I found that the clk ID for the I2C is not returned for the imx8mq correctly. Can you confirm that this is missing here. This is what I added