All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: arm: colibri-imx6ull-emmc: fix emmc access
@ 2023-01-30 12:39 Max Krummenacher
  2023-01-31 16:53 ` sbabic
  0 siblings, 1 reply; 2+ messages in thread
From: Max Krummenacher @ 2023-01-30 12:39 UTC (permalink / raw)
  To: u-boot
  Cc: Max Krummenacher, Fabio Estevam, Marcel Ziswiler,
	NXP i.MX U-Boot Team, Stefano Babic, Tom Rini

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(-)

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] ARM: arm: colibri-imx6ull-emmc: fix emmc access
  2023-01-30 12:39 [PATCH] ARM: arm: colibri-imx6ull-emmc: fix emmc access Max Krummenacher
@ 2023-01-31 16:53 ` sbabic
  0 siblings, 0 replies; 2+ messages in thread
From: sbabic @ 2023-01-31 16:53 UTC (permalink / raw)
  To: Max Krummenacher, u-boot

> 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

-- 
=====================================================================
DENX Software Engineering GmbH,        Managing Director: Erika Unter  
HRB 165235 Munich,   Office: Kirchenstr.5, 82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-31 16:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-30 12:39 [PATCH] ARM: arm: colibri-imx6ull-emmc: fix emmc access Max Krummenacher
2023-01-31 16:53 ` sbabic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.