]> git.dujemihanovic.xyz Git - u-boot.git/commit
clk: clk-imx8qm: Add LPUART IPG entries
authorFabio Estevam <festevam@gmail.com>
Fri, 8 Mar 2024 20:13:16 +0000 (17:13 -0300)
committerTom Rini <trini@konsulko.com>
Fri, 22 Mar 2024 15:10:39 +0000 (11:10 -0400)
commitf0e997dc61a230dbb8f2eacd465d4eb209524d02
treed8ad48ac1eb71ca2ada63b1eb4f185f470966484
parentbcbd1364cb0f32c3879a9c58ab8d61532e0bc4cd
clk: clk-imx8qm: Add LPUART IPG entries

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

The reason is that the imx8qm 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>
drivers/clk/imx/clk-imx8qm.c