
11 Dec
2019
11 Dec
'19
2:38 p.m.
Hi Peng,
On Wed, Dec 11, 2019 at 3:17 AM Peng Fan peng.fan@nxp.com 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 peng.fan@nxp.com
Thanks for the fix:
Tested-by: Fabio Estevam festevam@gmail.com
Stefano,
This one is a bug fix for 2020.01
Thanks