]> git.ipfire.org Git - thirdparty/u-boot.git/commit
clk: clk-imx8qxp: Add LPUART IPG entries
authorFabio Estevam <festevam@gmail.com>
Fri, 8 Mar 2024 20:13:15 +0000 (17:13 -0300)
committerTom Rini <trini@konsulko.com>
Fri, 22 Mar 2024 15:10:39 +0000 (11:10 -0400)
commitbcbd1364cb0f32c3879a9c58ab8d61532e0bc4cd
tree9230df5812139cd8706910f6174205558f2c46ad
parent5397daaed8994000f2b3480896df9c163dea4375
clk: clk-imx8qxp: Add LPUART IPG entries

Since commit cc7df0b9e8bc ("serial: lpuart: Enable IPG clock")
the colibri-imx8qxp board no longer boots.

The reason is that the imx8qxp clock driver does not handle the
LPUART IPG clocks inside get_rate(), set_rate() and enable() functions.

Fix the boot regression by adding the LPUART IPG entries.

Fixes: cc7df0b9e8bc ("serial: lpuart: Enable IPG clock")
Reported-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Tested-by: Hiago De Franco <hiago.franco@toradex.com> # Toradex Colibri iMX8X
Acked-by: Sean Anderson <seanga2@gmail.com>
drivers/clk/imx/clk-imx8qxp.c