arm: imx: imx8mq: add support to get values for more clocks
authorHeiko Thiery <heiko.thiery@gmail.com>
Thu, 9 Sep 2021 12:59:18 +0000 (14:59 +0200)
committerStefano Babic <sbabic@denx.de>
Sat, 5 Feb 2022 12:38:38 +0000 (13:38 +0100)
commit6ff55bcd07aa911d7e2ba514fe9b92c969805763
tree54ef8c763801b149850af6948214f096bfc66cb5
parent0c141103b4601cf0957122255f5b284184be9117
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>
arch/arm/mach-imx/imx8m/clock_imx8mq.c