public inbox for u-boot@lists.denx.de
 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

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