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

Commit 50a7f210 authored by Ziqi Chen's avatar Ziqi Chen
Browse files

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

According to QRD bitra HW design, the logic level of cd-gpio is
LOW with card and is HIGH without card. Set cd-gpio flag to
GPIO_ACTIVE_LOW for low active card installed interruption.

Change-Id: I28882b989c79fb5d5fef780f92ebc146d9defc87
parent 02aa0c6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,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 94 GPIO_ACTIVE_HIGH>;
	cd-gpios = <&tlmm 94 GPIO_ACTIVE_LOW>;

	status = "ok";
};