aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Robertson <john.robertson@simiatec.com>2020-09-01 02:55:42 +0000
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2020-09-23 00:14:14 +0200
commit69af033fb9ee25201483ed48c52c546779c75c9b (patch)
tree5321413fef7ccafd3351237dba1f8c3f2532fe46
parent10d65bf00beb8609c8d6639c3e60a89b148899e6 (diff)
downloadu-boot-69af033fb9ee25201483ed48c52c546779c75c9b.zip
u-boot-69af033fb9ee25201483ed48c52c546779c75c9b.tar.gz
u-boot-69af033fb9ee25201483ed48c52c546779c75c9b.tar.bz2
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.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/dts/pic32mzda_sk.dts b/arch/mips/dts/pic32mzda_sk.dts
index b3c916a..fc86154 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";
};