Commit 063c20e1 authored by Heiko Schocher's avatar Heiko Schocher Committed by Tony Lindgren

ARM: dts: am335x-shc.dts: fix wrong cd pin level

cd pin on mmc1 is GPIO_ACTIVE_LOW not GPIO_ACTIVE_HIGH

Fixes: e63201f1 ("mmc: omap_hsmmc: Delete platform data GPIO CD and WP")
Signed-off-by: default avatarHeiko Schocher <hs@denx.de>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent ac9c908e
......@@ -215,7 +215,7 @@ &mmc1 {
pinctrl-names = "default";
pinctrl-0 = <&mmc1_pins>;
bus-width = <0x4>;
cd-gpios = <&gpio0 6 GPIO_ACTIVE_HIGH>;
cd-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
cd-inverted;
max-frequency = <26000000>;
vmmc-supply = <&vmmcsd_fixed>;
......
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