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

Commit 1885dca7 authored by Vishnuvardhan Prodduturi's avatar Vishnuvardhan Prodduturi
Browse files

ARM: dts: msm: disable display on QCS605 LC no HDCP MTP



This change adds support for disabling display on  QCS605 LC
no HDCP MTP.

Change-Id: I3c4e1646f5646250703094a1a1f4ff0305c3ecf7
Signed-off-by: default avatarVishnuvardhan Prodduturi <vproddut@codeaurora.org>
parent a4f6f0df
Loading
Loading
Loading
Loading
+44 −0
Original line number Diff line number Diff line
@@ -23,3 +23,47 @@
	compatible = "qcom,qcs605-mtp", "qcom,qcs605", "qcom,mtp";
	qcom,board-id = <8 8>;
};

&mdss_mdp {
		status = "disabled";
};

&sde_rscc {
		status = "disabled";
};

&sde_wb {
		status = "disabled";
};

&mdss_rotator {
		status = "disabled";
};

&mdss_dsi0 {
		status = "disabled";
};

&mdss_dsi_phy0 {
		status = "disabled";
};

&sde_dp {
		status = "disabled";
};

&mdss_dsi0_pll {
		status = "disabled";
};

&mdss_dp_pll {
		status = "disabled";
};

&ext_disp {
		status = "disabled";
};

&ext_dsi_bridge_display {
		status = "disabled";
};