ARM: dts: logicpd-torpedo-37xx-devkit-u-boot: Fix MMC Card Detect
authorAdam Ford <aford173@gmail.com>
Mon, 3 Sep 2018 14:08:04 +0000 (09:08 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 5 Sep 2018 20:01:22 +0000 (16:01 -0400)
When re-syncing the DTS files from the kernel, something caused
the MMC driver to no longer detect the MMC card. Undoing the
CD-invert appears to fix the issue.

Fixes: e6ea2390cde3 ("ARM: DTS: Resync LogicPD-Torpedo-37xx-devkit
with Linux 4.18-RC4")

Signed-off-by: Adam Ford <aford173@gmail.com>
arch/arm/dts/logicpd-torpedo-37xx-devkit-u-boot.dtsi

index 4028fe7642cce9581061f377c8ee158e972d4998..d584b4a9ab24ab85e4abf067265b1bd4ad28a0a2 100644 (file)
        clock-frequency = <400000>;
 };
 
-&mmc1 {
-       cd-inverted;
-};
-
 &mmc2 {
       status = "disabled";
 };