mips: pic32mzdask: disable SDHCI SDCD signal workaround

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>
This commit is contained in:
John Robertson 2020-09-01 02:55:42 +00:00 committed by Daniel Schwierzeck
parent 10d65bf00b
commit 69af033fb9

View File

@ -40,6 +40,7 @@
};
&sdhci {
microchip,use-sdcd;
status = "okay";
};