
25 Oct
2024
25 Oct
'24
8:37 a.m.
Subject: [PATCH 2/4] imx: imxrt1050-evk: Fix missing clocks for mmc
Two of the clocks required by the usdhc1 controller are missing from the clock controller node. A recent change enables all the clocks in the esdhc node, which fails as they are not defined in the clock controller.
Fixes: 76332fae769 ("mmc: fsl_esdhc_imx: Enable AHB/IPG clk with clk bulk API") Signed-off-by: Jesse Taube Mr.Bossman075@gmail.com Cc: Peng Fan peng.fan@nxp.com
Reviewed-by: Peng Fan peng.fan@nxp.com