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

Commit eacc3685 authored by Ashish Garg's avatar Ashish Garg Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add support for hdmi on apq8053 mtp



APQ8053 has adv bridge chip by default and so need
to enable both primary panel and hdmi.

Change-Id: Iaab8a7e651532968297320382465a82f6a068fd1
Signed-off-by: default avatarAshish Garg <ashigarg@codeaurora.org>
parent d48eef6e
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
@@ -21,3 +21,29 @@
	compatible = "qcom,apq8053-mtp", "qcom,apq8053", "qcom,mtp";
	qcom,board-id= <8 2>;
};

&mdss_dsi {
	hw-config = "dual_dsi";
};

&mdss_dsi1 {
	status = "ok";
	qcom,bridge-index = <0>;
};

&dsi_adv7533_1080p {
	qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
};

&pm8953_gpios {
	/* GPIO 5 (ADV7533 DSI2HDMI) */
	gpio@c400 {
		status = "ok";
		qcom,mode = <1>;
		qcom,vin-sel = <0>;
		qcom,src-sel = <0>;
		qcom,master-en = <1>;
		qcom,out-strength = <2>;
	};

};