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

Commit 1e891bf1 authored by Yuan Zhao's avatar Yuan Zhao Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add a default pinctrl mode for atoll QRD



Hardware team asked to set the GPIO55 to NO_PULL by default.
Since SDE DP driver did not set the GPIO as default mode, so
add a pinctrl default mode for QRD.

Change-Id: I79e2121795c7601dce6a9dc5983fa84451f31f1a
Signed-off-by: default avatarYuan Zhao <yzhao@codeaurora.org>
parent 26c2e556
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -485,9 +485,10 @@
};

&sde_dp{
	pinctrl-names = "mdss_dp_active", "mdss_dp_sleep";
	pinctrl-names = "mdss_dp_active", "mdss_dp_sleep", "default";
	pinctrl-0 = <&sde_dp_aux_active &sde_dp_usbplug_cc_active>;
	pinctrl-1 = <&sde_dp_aux_suspend &sde_dp_usbplug_cc_suspend>;
	pinctrl-2 = <&sde_dp_aux_suspend>;
	qcom,aux-en-gpio = <&tlmm 55 0>;
	qcom,aux-sel-gpio = <&tlmm 33 0>;
	qcom,dp-gpio-aux-switch;