diff options
| author | Andrej Rosano <[email protected]> | 2021-08-17 11:34:02 +0200 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2021-10-07 16:53:50 +0200 |
| commit | aaac39218dd0b4b3f288ea8edae1c1dbf3406ae2 (patch) | |
| tree | f1fa1f90cbf6bb9c3e122c5072cc95947d121062 | |
| parent | f68c897e2deacbf7870f3ba618d8d46efb44c149 (diff) | |
imx53: usbarmory: Add card detect configuration
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 <[email protected]>
| -rw-r--r-- | arch/arm/dts/imx53-usbarmory.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/imx53-usbarmory.dts b/arch/arm/dts/imx53-usbarmory.dts index f34993a490e..433b62e7367 100644 --- 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"; }; |
