mips: pic32mzdask: disable SDHCI SDCD signal workaround
authorJohn Robertson <john.robertson@simiatec.com>
Tue, 1 Sep 2020 02:55:42 +0000 (02:55 +0000)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Tue, 22 Sep 2020 22:14:14 +0000 (00:14 +0200)
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

index b3c916a..fc86154 100644 (file)
@@ -40,6 +40,7 @@
 };
 
 &sdhci {
+       microchip,use-sdcd;
        status = "okay";
 };