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

Commit 0f993234 authored by Yuan Zhao's avatar Yuan Zhao
Browse files

ARM: dts: msm: Enable DP function for QRD SDM660



Add the DP function support for QRD SDM660 device.

Change-Id: I832189311782482101cc6d7dc2feb56777dc79ab
Signed-off-by: default avatarYuan Zhao <yzhao@codeaurora.org>
parent fd4fed88
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -28,6 +28,15 @@
	qcom,mdss-pref-prim-intf = "dsi";
};

&mdss_dp_ctrl {
	pinctrl-names = "mdss_dp_active", "mdss_dp_sleep";
	pinctrl-0 = <&mdss_dp_aux_active &mdss_dp_usbplug_cc_active>;
	pinctrl-1 = <&mdss_dp_aux_suspend &mdss_dp_usbplug_cc_suspend>;
	qcom,aux-en-gpio = <&tlmm 55 0>;
	qcom,aux-sel-gpio = <&tlmm 56 0>;
	qcom,usbplug-cc-gpio = <&tlmm 58 0>;
};

&mdss_fb0 {
	qcom,mdss-mixer-swap;
};