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

Commit 56a826d0 authored by Can Guo's avatar Can Guo
Browse files

ARM: dts: msm: add SD card detect pinctrl for SDM670 QRD platform



Add SD card detect pinctrl settings sdc2_cd_on and sdc2_cd_off to
SDM670 QRD platform. Without this change, the SD card could not
be detected during boot-up or hot-plug

Change-Id: I7a0fffc97e1bf08f5723f4397dd7607e9d2264f8
Signed-off-by: default avatarCan Guo <cang@codeaurora.org>
parent 5c1f0d88
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -201,8 +201,8 @@
	qcom,vdd-io-current-level = <200 22000>;

	pinctrl-names = "active", "sleep";
	pinctrl-0 = <&sdc2_clk_on  &sdc2_cmd_on &sdc2_data_on>;
	pinctrl-1 = <&sdc2_clk_off &sdc2_cmd_off &sdc2_data_off>;
	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 96 0>;