Hi Peng, On Wed, Dec 11, 2019 at 3:17 AM Peng Fan <[email protected]> wrote: > > fsl_esdhc_imx driver will call "mxc_get_clock(MXC_ESDHC_CLK + > dev->seq)", however mxc_get_clock wrongly handle MXC_ESDHC_CLK > as root clk and cause sd card could not be detected in U-Boot proper, > as below: > "Loading Environment from MMC... unable to select a mode" > > Handle MXC_ESDHC_CLK in mxc_get_clock to fix the issue. > > Signed-off-by: Peng Fan <[email protected]>
Thanks for the fix: Tested-by: Fabio Estevam <[email protected]> Stefano, This one is a bug fix for 2020.01 Thanks

