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

Commit 31ad15e6 authored by Padmanabhan Komanduru's avatar Padmanabhan Komanduru Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: enable continuous splash screen for 8916



Add property in MTP and CDP DT files to enable continuous
splash screen for msm8916.

Change-Id: I1dc825994ef444f70aa7711dfac47a47befdcd75
Signed-off-by: default avatarPadmanabhan Komanduru <pkomandu@codeaurora.org>
parent bef176ed
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -239,6 +239,7 @@
};

#include "dsi-panel-jdi-1080p-video.dtsi"
#include "dsi-panel-nt35590-720p-video.dtsi"

&mdss_mdp {
	qcom,mdss-pref-prim-intf = "dsi";
@@ -268,6 +269,14 @@
	qcom,platform-bklight-en-gpio = <&msm_gpio 98 0>;
};

&dsi_jdi_1080_vid {
       qcom,cont-splash-enabled;
};

&dsi_nt35590_720_vid {
       qcom,cont-splash-enabled;
};

/* CoreSight */
&tpiu {
	pinctrl-names = "seta-pctrl", "setb-pctrl";
+4 −0
Original line number Diff line number Diff line
@@ -269,6 +269,10 @@
	qcom,platform-bklight-en-gpio = <&msm_gpio 98 0>;
};

&dsi_jdi_1080_vid {
       qcom,cont-splash-enabled;
};

&pm8916_chg {
	status = "ok";
};