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

Commit 104f3bbd authored by Ziqi Chen's avatar Ziqi Chen
Browse files

ARM: dts: msm: Change cd-gpio polarity setting for HDK lahaina

According to HDK Lahaina HW design, the logic level of cd-gpio is
HIGH with card and is LOW without card. Set cd-gpio flag to
GPIO_ACTIVE_HIGH for high active card installed interruption.

Change-Id: Icb20ea9f0cdcac57512be2fd53cf61181ccf2066
parent 9fd9b2e6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -67,3 +67,7 @@
		dr_mode = "host";
	};
};

&sdhc_2 {
	cd-gpios = <&tlmm 92 GPIO_ACTIVE_HIGH>;
};