mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 12:41:32 +00:00
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:
parent
10d65bf00b
commit
69af033fb9
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@
|
|||
};
|
||||
|
||||
&sdhci {
|
||||
microchip,use-sdcd;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue