소스 검색

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>
John Robertson 3 년 전
부모
커밋
69af033fb9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      arch/mips/dts/pic32mzda_sk.dts

+ 1 - 0
arch/mips/dts/pic32mzda_sk.dts

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