Commit 2352ae13 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

arm64: ARM: dts: exynos: Remove double SD card detect pin inversion on TM2

MMC host controller bindings and MMC core defines card detect pin as
active low.  Therefore there is no point to invert it twice.
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Tested-by: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
parent 24966d4c
......@@ -947,8 +947,7 @@ &mshc_2 {
status = "okay";
cap-sd-highspeed;
disable-wp;
cd-gpios = <&gpa2 4 GPIO_ACTIVE_HIGH>;
cd-inverted;
cd-gpios = <&gpa2 4 GPIO_ACTIVE_LOW>;
card-detect-delay = <200>;
samsung,dw-mshc-ciu-div = <3>;
samsung,dw-mshc-sdr-timing = <0 4>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment