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

Commit 4526e5fc authored by Gustavo Solaira's avatar Gustavo Solaira
Browse files

ARM: dts: msm: Add display panel device tree for 8916 SKUT2



Add display panel device tree for 8916 SKUT2 project,
the panel uses S6D7AA00 as driver IC.

Change-Id: Ibf545388d15e9e855cf737ba8514131ab61f8089
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent 27d18359
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
 */

#include "msm8916-qrd-skut1.dtsi"
#include "dsi-panel-samsung-wxga-video.dtsi"

&soc {
	gpio-leds {
@@ -30,3 +31,23 @@
		qcom,scale-function = <1>;
	};
};

&pmx_mdss {
	qcom,num-grp-pins = <2>;
	qcom,pins = <&gp 22>, <&gp 25>;
};

&mdss_dsi0 {
	qcom,dsi-pref-prim-pan = <&dsi_samsung_wxga_video>;

	qcom,platform-enable-gpio = <&msm_gpio 22 0>;
	qcom,platform-reset-gpio = <&msm_gpio 25 0>;
};

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