projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a51db1
)
ARM: dts: logicpd-torpedo-37xx-devkit-u-boot: Fix MMC Card Detect
author
Adam Ford
<aford173@gmail.com>
Mon, 3 Sep 2018 14:08:04 +0000
(09:08 -0500)
committer
Tom 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
patch
|
blob
|
history
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 4028fe7642cce9581061f377c8ee158e972d4998..d584b4a9ab24ab85e4abf067265b1bd4ad28a0a2 100644
(file)
--- 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";
};