projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f68c897
)
imx53: usbarmory: Add card detect configuration
author
Andrej Rosano
<andrej.rosano@f-secure.com>
Tue, 17 Aug 2021 09:34:02 +0000
(11:34 +0200)
committer
Stefano Babic
<sbabic@denx.de>
Thu, 7 Oct 2021 14:53:50 +0000
(16:53 +0200)
After the enforcement of DM_MMC the microSD card is not detected. Fix by
correctly configuring the card detect in the devicetree.
Signed-off-by: Andrej Rosano <andrej.rosano@f-secure.com>
arch/arm/dts/imx53-usbarmory.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/imx53-usbarmory.dts
b/arch/arm/dts/imx53-usbarmory.dts
index f34993a490ee86cbdbe7a9b8d2b4547b2057d036..433b62e736771f66dda260825002fd8efbc8df34 100644
(file)
--- a/
arch/arm/dts/imx53-usbarmory.dts
+++ b/
arch/arm/dts/imx53-usbarmory.dts
@@
-91,6
+91,7
@@
&esdhc1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_esdhc1>;
+ broken-cd;
status = "okay";
};