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

Commit 63b04102 authored by Ziqi Chen's avatar Ziqi Chen
Browse files

ARM: dts: msm: Change cd-gpio polarity setting for QRD Scuba

According to QRD Scuba 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: I373a3f5ab64f3c93b161fec52a82b7cd496c5990
parent 147f1d67
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@
	pinctrl-0 = <&sdc2_clk_on  &sdc2_cmd_on &sdc2_data_on &sdc2_cd_on>;
	pinctrl-1 = <&sdc2_clk_off &sdc2_cmd_off &sdc2_data_off &sdc2_cd_off>;

	cd-gpios = <&tlmm 88 GPIO_ACTIVE_LOW>;
	cd-gpios = <&tlmm 88 GPIO_ACTIVE_HIGH>;

	status = "ok";
};