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

Commit 2c3411d6 authored by Ajay Singh Parmar's avatar Ajay Singh Parmar
Browse files

ARM: dts: msm: Support for APQ8084 HDMI Mux GPIO



Adds support for HDMI Mux GPIOs:
1. 27 - Select 1 (lpm),
2. 83 - Enable (en)
3. 85 - Select 2 (sel)
for APQ8084 Liquid to configure mainboard
and dock HDMI port selection.

Change-Id: I1e98b829fc232d580f033e4565c74cb557c52418
Signed-off-by: default avatarAjay Singh Parmar <aparmar@codeaurora.org>
parent 570f04dd
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -76,6 +76,12 @@
	qcom,mdss-pref-prim-intf = "dsi";
};

&mdss_hdmi_tx {
        qcom,hdmi-tx-mux-lpm = <&msmgpio 27 0>;
        qcom,hdmi-tx-mux-en = <&msmgpio 83 0>;
        qcom,hdmi-tx-mux-sel = <&msmgpio 85 0>;
};

&mdss_dsi0 {
	qcom,dsi-pref-prim-pan = <&dsi_jdi_1080_vid>;
	qcom,platform-reset-gpio = <&msmgpio 96 0>;