]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
imx53: usbarmory: Add card detect configuration
authorAndrej Rosano <andrej.rosano@f-secure.com>
Tue, 17 Aug 2021 09:34:02 +0000 (11:34 +0200)
committerStefano 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

index f34993a490ee86cbdbe7a9b8d2b4547b2057d036..433b62e736771f66dda260825002fd8efbc8df34 100644 (file)
@@ -91,6 +91,7 @@
 &esdhc1 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_esdhc1>;
+       broken-cd;
        status = "okay";
 };