diff options
author | John Robertson <john.robertson@simiatec.com> | 2020-09-01 02:55:42 +0000 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2020-09-23 00:14:14 +0200 |
commit | 69af033fb9ee25201483ed48c52c546779c75c9b (patch) | |
tree | 5321413fef7ccafd3351237dba1f8c3f2532fe46 | |
parent | 10d65bf00beb8609c8d6639c3e60a89b148899e6 (diff) |
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>
-rw-r--r-- | arch/mips/dts/pic32mzda_sk.dts | 1 |
1 files changed, 1 insertions, 0 deletions
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"; }; |