commit | 9b294365032c4dfa4321717ac8b1f6fcd2bddece | [log] [tgz] |
---|---|---|
author | Heiko Thiery <heiko.thiery@gmail.com> | Thu Sep 09 14:59:18 2021 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Sat Feb 05 13:38:38 2022 +0100 |
tree | 54ef8c763801b149850af6948214f096bfc66cb5 | |
parent | ac7997d923e80331efcb72e897c7a63c07b2fcd1 [diff] |
arm: imx: imx8mq: add support to get values for more clocks 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 <heiko.thiery@gmail.com> Reviewed-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Fabio Estevam <festevam@gmail.com>