u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] imx53: usbarmory: Add card detect configuration
@ 2021-08-17  9:34 andrej.rosano
  2021-08-17  9:34 ` [PATCH 2/2] imx53: usbarmory: Use ethernet driver model andrej.rosano
  2021-10-07 14:12 ` [PATCH 1/2] imx53: usbarmory: Add card detect configuration sbabic
  0 siblings, 2 replies; 4+ messages in thread
From: andrej.rosano @ 2021-08-17  9:34 UTC (permalink / raw)
  To: u-boot; +Cc: Stefano Babic

From: Andrej Rosano <andrej.rosano@f-secure.com>

After the enforcement of DM_MMC the microSD card is not detected. Fix by
correctly configuring the card detect in the devicetree.

Signed-off-by: Andrej Rosano <andrej.rosano@f-secure.com>
---
 arch/arm/dts/imx53-usbarmory.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/dts/imx53-usbarmory.dts b/arch/arm/dts/imx53-usbarmory.dts
index f34993a490..433b62e736 100644
--- a/arch/arm/dts/imx53-usbarmory.dts
+++ b/arch/arm/dts/imx53-usbarmory.dts
@@ -91,6 +91,7 @@
 &esdhc1 {
 	pinctrl-names = "default";
 	pinctrl-0 = <&pinctrl_esdhc1>;
+	broken-cd;
 	status = "okay";
 };
 
-- 
2.32.0


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

* [PATCH 2/2] imx53: usbarmory: Use ethernet driver model
  2021-08-17  9:34 [PATCH 1/2] imx53: usbarmory: Add card detect configuration andrej.rosano
@ 2021-08-17  9:34 ` andrej.rosano
  2021-10-07 14:12   ` sbabic
  2021-10-07 14:12 ` [PATCH 1/2] imx53: usbarmory: Add card detect configuration sbabic
  1 sibling, 1 reply; 4+ messages in thread
From: andrej.rosano @ 2021-08-17  9:34 UTC (permalink / raw)
  To: u-boot; +Cc: Stefano Babic

From: Andrej Rosano <andrej.rosano@f-secure.com>

Enable ethernet driver model as it is mandatory.

Signed-off-by: Andrej Rosano <andrej.rosano@f-secure.com>
---
 configs/usbarmory_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/usbarmory_defconfig b/configs/usbarmory_defconfig
index 91eb3a4965..ea76068bbb 100644
--- a/configs/usbarmory_defconfig
+++ b/configs/usbarmory_defconfig
@@ -34,3 +34,4 @@ CONFIG_MXC_UART=y
 CONFIG_USB=y
 CONFIG_DM_USB=y
 CONFIG_USB_EHCI_MX5=y
+CONFIG_DM_ETH=y
-- 
2.32.0


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

* [PATCH 2/2] imx53: usbarmory: Use ethernet driver model
  2021-08-17  9:34 ` [PATCH 2/2] imx53: usbarmory: Use ethernet driver model andrej.rosano
@ 2021-10-07 14:12   ` sbabic
  0 siblings, 0 replies; 4+ messages in thread
From: sbabic @ 2021-10-07 14:12 UTC (permalink / raw)
  To: andrej.rosano, U-Boot

> From: Andrej Rosano <andrej.rosano@f-secure.com>
> Enable ethernet driver model as it is mandatory.
> Signed-off-by: Andrej Rosano <andrej.rosano@f-secure.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic

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

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

* [PATCH 1/2] imx53: usbarmory: Add card detect configuration
  2021-08-17  9:34 [PATCH 1/2] imx53: usbarmory: Add card detect configuration andrej.rosano
  2021-08-17  9:34 ` [PATCH 2/2] imx53: usbarmory: Use ethernet driver model andrej.rosano
@ 2021-10-07 14:12 ` sbabic
  1 sibling, 0 replies; 4+ messages in thread
From: sbabic @ 2021-10-07 14:12 UTC (permalink / raw)
  To: andrej.rosano, U-Boot

> From: Andrej Rosano <andrej.rosano@f-secure.com>
> After the enforcement of DM_MMC the microSD card is not detected. Fix by
> correctly configuring the card detect in the devicetree.
> Signed-off-by: Andrej Rosano <andrej.rosano@f-secure.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic

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

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

end of thread, other threads:[~2021-10-07 14:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-17  9:34 [PATCH 1/2] imx53: usbarmory: Add card detect configuration andrej.rosano
2021-08-17  9:34 ` [PATCH 2/2] imx53: usbarmory: Use ethernet driver model andrej.rosano
2021-10-07 14:12   ` sbabic
2021-10-07 14:12 ` [PATCH 1/2] imx53: usbarmory: Add card detect configuration sbabic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).