diff options
| author | Fabio Estevam <[email protected]> | 2020-01-06 20:11:28 -0300 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2020-01-14 22:48:10 +0100 |
| commit | 80d37c7959672aeba9e170844b3b1d3284aa7090 (patch) | |
| tree | d562179df13b4a2af47f63719261898b8c87d1a3 | |
| parent | 29230f389db7b714393a722bfaab1d44d41b8fca (diff) | |
ARM: dts: imx6ul-14x14-evk: Pass the "broken-cd" property
imx6ul-14x14-evk does not have a GPIO dedicated for reading the card
detect pin on the eSDHC2 port. In such cases the "broken-cd" property
must be passed, otherwise the card cannot be detected.
Signed-off-by: Fabio Estevam <[email protected]>
Reviewed-by: Stefano Babic <[email protected]>
| -rw-r--r-- | arch/arm/dts/imx6ul-14x14-evk.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6ul-14x14-evk.dtsi b/arch/arm/dts/imx6ul-14x14-evk.dtsi index d1baf0f0812..463d7ca124b 100644 --- a/arch/arm/dts/imx6ul-14x14-evk.dtsi +++ b/arch/arm/dts/imx6ul-14x14-evk.dtsi @@ -268,6 +268,7 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_usdhc2>; no-1-8-v; + broken-cd; keep-power-in-suspend; wakeup-source; status = "okay"; |
