diff mbox series

[v3,3/4] mmc: pic32: Refresh PIC32 MMC driver

Message ID VI1P190MB0141441F006B54A16580D532FB2E0@VI1P190MB0141.EURP190.PROD.OUTLOOK.COM
State Accepted
Commit 69af033fb9ee25201483ed48c52c546779c75c9b
Delegated to: Daniel Schwierzeck
Headers show
Series [v3,1/4] mmc: pic32: Refresh PIC32 MMC driver | expand

Commit Message

John Robertson Sept. 1, 2020, 2:55 a.m. UTC
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@simiatec.com>
---

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

Comments

Daniel Schwierzeck Sept. 19, 2020, 7:28 p.m. UTC | #1
Am Dienstag, den 01.09.2020, 02:55 +0000 schrieb John Robertson:
> 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@simiatec.com>
> ---
> 
>  arch/mips/dts/pic32mzda_sk.dts | 1 +
>  1 file changed, 1 insertion(+)
> 

applied to u-boot-mips/fixes, thanks.

Note: I've updated the commit subject to "MIPS: pic32mzdask: disable
SDHCI SDCD signal workaround"
diff mbox series

Patch

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