]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arch: arm: dts: imx8mm-cl-iot-gate.dts: add no-mmc-hs400 to mmc2
authorYing-Chun Liu (PaulLiu) <paul.liu@linaro.org>
Tue, 1 Oct 2024 16:03:24 +0000 (00:03 +0800)
committerFabio Estevam <festevam@gmail.com>
Fri, 4 Oct 2024 12:15:53 +0000 (09:15 -0300)
The eMMC device on imx8mm-cl-iot-gate seems not support hs400.
When booting 6.1.0 kernel we got the following error.

    mmc2: mmc_select_hs400es failed, error -110
    mmc2: error -110 whilst initialising MMC card

Add no-mmc-hs400 to mmc2 node solves the problem.

Signed-off-by: Ying-Chun Liu (PaulLiu) <paul.liu@linaro.org>
Cc: Tom Rini <trini@konsulko.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: NXP i.MX U-Boot Team <uboot-imx@nxp.com>
arch/arm/dts/imx8mm-cl-iot-gate.dts

index 425701204a0c393aec72d37e37902161bbd431c2..aa6ca070bff13d38c00a82946b4c09cebce4e574 100644 (file)
        pinctrl-1 = <&pinctrl_usdhc3_100mhz>;
        bus-width = <8>;
        non-removable;
+       no-mmc-hs400;
        status = "okay";
 };