> 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.bossman...@gmail.com> > Cc: Peng Fan <peng....@nxp.com> > ---
Reviewed-by: Peng Fan <peng....@nxp.com>