Re: [PATCH 2/4] imx: imxrt1050-evk: Fix missing clocks for mmc

2024-10-25 Thread Fabio Estevam
Hi Jesse, On Thu, Oct 24, 2024 at 11:02 PM Jesse Taube wrote: > > 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: 7

RE: [PATCH 2/4] imx: imxrt1050-evk: Fix missing clocks for mmc

2024-10-24 Thread Peng Fan
> 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. > >