Skip to content
Snippets Groups Projects
Commit 1bca28a5 authored by Marek Szyprowski's avatar Marek Szyprowski Committed by Minkyu Kang
Browse files

arm: dts: exynos: Fix card-detect polarity for SD card on Odroid U3/X2


Card detect line for SD-card on Odroid U3/X2 boards are active low, so
add cd-inverted property to indicate this, as u-boot's GPIO driver doesn't
support specifying line polarity. This restores S5P_SDHCI driver operation
on Odroid U3/X2 boards.

Signed-off-by: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
Reviewed-by: default avatarAnand Moon <linux.amoon@gmail.com>
Signed-off-by: default avatarMinkyu Kang <mk7.kang@samsung.com>
parent e27108c4
No related branches found
No related tags found
No related merge requests found
...@@ -236,6 +236,7 @@ ...@@ -236,6 +236,7 @@
&sdhci2 { &sdhci2 {
samsung,bus-width = <4>; samsung,bus-width = <4>;
samsung,timing = <1 2 3>; samsung,timing = <1 2 3>;
cd-inverted;
cd-gpios = <&gpk2 2 0>; cd-gpios = <&gpk2 2 0>;
status = "okay"; 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