]> git.baikalelectronics.ru Git - uboot.git/commitdiff
ARM: arm: colibri-imx6ull-emmc: fix emmc access
authorMax Krummenacher <max.krummenacher@toradex.com>
Mon, 30 Jan 2023 12:39:06 +0000 (13:39 +0100)
committerStefano Babic <sbabic@denx.de>
Tue, 31 Jan 2023 15:02:05 +0000 (16:02 +0100)
Synchronizing the device tree with linux introduced a regression.
The U-Boot specific dtsi mustn't override the alias settings for
the eMMC/SD interfaces.

Without this U-Boot cannot access the eMMC and boot the kernel.

Fixes: 7ad87663367 ("colibri-imx6ull/-emmc: synchronise device tree with linux")
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
arch/arm/dts/imx6ull-colibri-eval-v3-u-boot.dtsi

index 65dfeab5bb2fe2efe2a66d8c31ef571830634804..0a732269babea163ede817b7fac900e341630b45 100644 (file)
@@ -6,7 +6,6 @@
 / {
        aliases {
                u-boot,dm-pre-reloc;
-               mmc0 = &usdhc1;
                usb0 = &usbotg1; /* required for ums */
                display0 = &lcdif;
        };