Message ID | 20230130123906.4123141-1-max.oss.09@gmail.com |
---|---|
State | Accepted |
Commit | d3655bbb1398644e0b336a3ebde25be8c42424ff |
Delegated to: | Stefano Babic |
Headers | show |
Series | ARM: arm: colibri-imx6ull-emmc: fix emmc access | expand |
> From: Max Krummenacher <max.krummenacher@toradex.com> > 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: c21b61bff15 ("colibri-imx6ull/-emmc: synchronise device tree with linux") > Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic
diff --git a/arch/arm/dts/imx6ull-colibri-eval-v3-u-boot.dtsi b/arch/arm/dts/imx6ull-colibri-eval-v3-u-boot.dtsi index 65dfeab5bb2..0a732269bab 100644 --- a/arch/arm/dts/imx6ull-colibri-eval-v3-u-boot.dtsi +++ b/arch/arm/dts/imx6ull-colibri-eval-v3-u-boot.dtsi @@ -6,7 +6,6 @@ / { aliases { u-boot,dm-pre-reloc; - mmc0 = &usdhc1; usb0 = &usbotg1; /* required for ums */ display0 = &lcdif; };