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

Commit 48d78dfb authored by Naseer Ahmed's avatar Naseer Ahmed
Browse files

ARM: dts: msm: Enable display on mdmcalifornium MTP



Enabling QPIC display on MTP by adding the display
construct to MTP dtsi.

Change-Id: I25142f8215e8978b37306fdf91c3a20e9fbb5992
Signed-off-by: default avatarNaseer Ahmed <naseer@codeaurora.org>
parent 0c3a23a4
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -12,6 +12,8 @@

#include "mdmcalifornium.dtsi"
#include "mdmcalifornium-pinctrl.dtsi"
#include "mdmcalifornium-display.dtsi"
#include "qpic-panel-ili-hvga.dtsi"

&blsp1_uart3 {
	status = "ok";
@@ -179,3 +181,13 @@
		qcom,vadc-thermal-node;
	};
};

/* Display */
&mdss_qpic {
	pinctrl-names= "mdss_default", "mdss_sleep";
	pinctrl-0 = <&mdss_cs_active &mdss_te_active &mdss_rs_active
		&mdss_ad_active &mdss_bl_active>;
	pinctrl-1 = <&mdss_cs_sleep &mdss_te_sleep
		&mdss_rs_sleep &mdss_ad_sleep &mdss_bl_sleep>;
	status = "ok";
};