[PATCH] arm: imx: imx8mq: add support to get values for more clocks

2022-02-05 Thread sbabic
> Return the root clock values for MXC_CSPI_CLK, MXC_I2C_CLK, > MXC_UART_CLK and MXC_QSPI_CLK. > At least for the I2C clock the missing support leads to a wrong > configured I2C frequency. The expected value is 100kHz but the resulting > value is about 1MHz. > Signed-off-by: Heiko Thiery > Reviewe

Re: [PATCH] arm: imx: imx8mq: add support to get values for more clocks

2022-01-15 Thread Fabio Estevam
Hi Heiko, On Thu, Sep 9, 2021 at 9:59 AM Heiko Thiery wrote: > > Return the root clock values for MXC_CSPI_CLK, MXC_I2C_CLK, > MXC_UART_CLK and MXC_QSPI_CLK. > > At least for the I2C clock the missing support leads to a wrong > configured I2C frequency. The expected value is 100kHz but the result

Re: [PATCH] arm: imx: imx8mq: add support to get values for more clocks

2021-11-10 Thread Heiko Thiery
Hi, Am Mi., 15. Sept. 2021 um 04:54 Uhr schrieb Peng Fan (OSS) : > > > > On 2021/9/9 20:59, Heiko Thiery wrote: > > Return the root clock values for MXC_CSPI_CLK, MXC_I2C_CLK, > > MXC_UART_CLK and MXC_QSPI_CLK. > > > > At least for the I2C clock the missing support leads to a wrong > > configured

Re: [PATCH] arm: imx: imx8mq: add support to get values for more clocks

2021-09-14 Thread Peng Fan (OSS)
On 2021/9/9 20:59, Heiko Thiery wrote: Return the root clock values for MXC_CSPI_CLK, MXC_I2C_CLK, MXC_UART_CLK and MXC_QSPI_CLK. At least for the I2C clock the missing support leads to a wrong configured I2C frequency. The expected value is 100kHz but the resulting value is about 1MHz. Sign

[PATCH] arm: imx: imx8mq: add support to get values for more clocks

2021-09-09 Thread Heiko Thiery
Return the root clock values for MXC_CSPI_CLK, MXC_I2C_CLK, MXC_UART_CLK and MXC_QSPI_CLK. At least for the I2C clock the missing support leads to a wrong configured I2C frequency. The expected value is 100kHz but the resulting value is about 1MHz. Signed-off-by: Heiko Thiery --- More informati