From: John Robertson Date: Tue, 1 Sep 2020 02:55:42 +0000 (+0000) Subject: mips: pic32mzdask: disable SDHCI SDCD signal workaround X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=69af033fb9ee25201483ed48c52c546779c75c9b;p=u-boot.git 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 --- 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"; };