Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -215,7 +215,7 @@
	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>;