From: Fabio Estevam Date: Mon, 6 Jan 2020 23:11:28 +0000 (-0300) Subject: ARM: dts: imx6ul-14x14-evk: Pass the "broken-cd" property X-Git-Tag: v2020.04-rc1~23^2~23 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=80d37c7959672aeba9e170844b3b1d3284aa7090;p=oweals%2Fu-boot.git 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 Reviewed-by: Stefano Babic --- diff --git a/arch/arm/dts/imx6ul-14x14-evk.dtsi b/arch/arm/dts/imx6ul-14x14-evk.dtsi index d1baf0f081..463d7ca124 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";