diff mbox series

ARM: arm: colibri-imx6ull-emmc: fix emmc access

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

Commit Message

Max Krummenacher Jan. 30, 2023, 12:39 p.m. UTC
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>
---

 arch/arm/dts/imx6ull-colibri-eval-v3-u-boot.dtsi | 1 -
 1 file changed, 1 deletion(-)

Comments

Stefano Babic Jan. 31, 2023, 4:53 p.m. UTC | #1
> 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 mbox series

Patch

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;
 	};