diff options
author | Adam Ford | 2018-09-03 09:08:04 -0500 |
---|---|---|
committer | Tom Rini | 2018-09-05 16:01:22 -0400 |
commit | 548c35ff6e42c39657f7980e21b604b3d79eb17f (patch) | |
tree | 0a50dad876bbc30b0a3522520bbb1f178e2f39d7 /arch/arm/dts | |
parent | 8a51db1d544d598497e5ff99f36a5d9dd42a5098 (diff) |
ARM: dts: logicpd-torpedo-37xx-devkit-u-boot: Fix MMC Card Detect
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>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r-- | arch/arm/dts/logicpd-torpedo-37xx-devkit-u-boot.dtsi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/dts/logicpd-torpedo-37xx-devkit-u-boot.dtsi b/arch/arm/dts/logicpd-torpedo-37xx-devkit-u-boot.dtsi index 4028fe7642c..d584b4a9ab2 100644 --- a/arch/arm/dts/logicpd-torpedo-37xx-devkit-u-boot.dtsi +++ b/arch/arm/dts/logicpd-torpedo-37xx-devkit-u-boot.dtsi @@ -20,10 +20,6 @@ clock-frequency = <400000>; }; -&mmc1 { - cd-inverted; -}; - &mmc2 { status = "disabled"; }; |