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

Commit fb1fe7ab authored by Can Guo's avatar Can Guo Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add missing pintrl fields for sdhc_2 on SDM845 QVR platform



This change adds the missing sdc2_data_on and sdc2_data_off fields back to
pintrl.

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

	pinctrl-names = "active", "sleep";
	pinctrl-0 = <&sdc2_clk_on  &sdc2_cmd_on &storage_cd>;
	pinctrl-1 = <&sdc2_clk_off &sdc2_cmd_off &storage_cd>;
	pinctrl-0 = <&sdc2_clk_on  &sdc2_cmd_on &sdc2_data_on &storage_cd>;
	pinctrl-1 = <&sdc2_clk_off &sdc2_cmd_off &sdc2_data_off &storage_cd>;

	cd-gpios = <&tlmm 126 GPIO_ACTIVE_HIGH>;