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

Commit bfea61b8 authored by Sahitya Tummala's avatar Sahitya Tummala Committed by Gerrit - the friendly Code Review server
Browse files

arm: dts: msm: fix cd-gpio function select on 8916



The cd-gpio function select should be 0 for card detect
GPIO to work.

Change-Id: Id5f32e18ad3e3a48eb43082ecafb7e07c4f1bad8
Signed-off-by: default avatarSahitya Tummala <stummala@codeaurora.org>
parent cfb69012
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@
		sdhc2_cd_pin {
			qcom,pins = <&gp 38>;
			qcom,num-grp-pins = <1>;
			qcom,pin-func = <1>;
			qcom,pin-func = <0>;
			label = "cd-gpio";
			sdc2_cd_on: cd_on {
				drive-strength = <2>;