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

Commit b26e42b3 authored by Padmanabhan Komanduru's avatar Padmanabhan Komanduru
Browse files

ARM: dts: msm: add 720p command mode panel support for 8916 CDP



Add support for NT35590 command mode panel. Enable continuous
splash screen and add configuration for backlight scaling
using PMIC MPP4 for this panel.

Change-Id: I24eae553eae2d289669162caa7766d60f221ba0f
Signed-off-by: default avatarPadmanabhan Komanduru <pkomandu@codeaurora.org>
parent 318eeaff
Loading
Loading
Loading
Loading
+10 −9
Original line number Diff line number Diff line
@@ -248,6 +248,7 @@

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

&mdss_mdp {
	qcom,mdss-pref-prim-intf = "dsi";
@@ -258,7 +259,7 @@
	qcom,mdss-dsi-bl-pmic-pwm-frequency = <100>;
	qcom,mdss-dsi-bl-pmic-bank-select = <0>;
	qcom,mdss-dsi-pwm-gpio = <&pm8916_mpps 4 0>;

	qcom,cont-splash-enabled;
};

&dsi_nt35590_720_vid {
@@ -266,7 +267,15 @@
	qcom,mdss-dsi-bl-pmic-pwm-frequency = <100>;
	qcom,mdss-dsi-bl-pmic-bank-select = <0>;
	qcom,mdss-dsi-pwm-gpio = <&pm8916_mpps 4 0>;
	qcom,cont-splash-enabled;
};

&dsi_nt35590_720_cmd {
	qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_pwm";
	qcom,mdss-dsi-bl-pmic-pwm-frequency = <100>;
	qcom,mdss-dsi-bl-pmic-bank-select = <0>;
	qcom,mdss-dsi-pwm-gpio = <&pm8916_mpps 4 0>;
	qcom,cont-splash-enabled;
};

&pmx_mdss {
@@ -290,14 +299,6 @@
	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", "sdcard", "trace",