Skip to content
Snippets Groups Projects
Commit 80d37c79 authored by Fabio Estevam's avatar Fabio Estevam Committed by Stefano Babic
Browse files

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: default avatarFabio Estevam <festevam@gmail.com>
Reviewed-by: default avatarStefano Babic <sbabic@denx.de>
parent 29230f38
No related branches found
No related tags found
No related merge requests found
......@@ -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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment