
On 3/19/24 15:04, Tom Rini wrote:
On Mon, Mar 18, 2024 at 09:14:53PM -0300, Fabio Estevam wrote:
Hi Tom and Sean,
On Fri, Mar 8, 2024 at 5:13 PM Fabio Estevam festevam@gmail.com wrote:
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
Please consider applying this series to 2024.04.
It fixes a boot regression on imx8qxp and imx8qm.
Fine with me, Sean?
Acked-by: Sean Anderson seanga2@gmail.com
Can you pick this up directly, Tom? Thanks.