[PATCH v2 3/4] mmc: pic32: Refresh PIC32 MMC driver

John Robertson john.robertson at simiatec.com
Mon Aug 31 20:04:32 CEST 2020


The PIC32MZ DA Starter Kit does not need the card detect workaround
because the SDCD signal line is connected properly. Disable the
workaround in this case.

Signed-off-by: John Robertson <john.robertson at simiatec.com>
---

 arch/mips/dts/pic32mzda_sk.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/mips/dts/pic32mzda_sk.dts b/arch/mips/dts/pic32mzda_sk.dts
index b3c916a6db..fc86154e0a 100644
--- a/arch/mips/dts/pic32mzda_sk.dts
+++ b/arch/mips/dts/pic32mzda_sk.dts
@@ -40,6 +40,7 @@
 };
 
 &sdhci {
+	microchip,use-sdcd;
 	status = "okay";
 };
 
-- 
2.28.0



More information about the U-Boot mailing list