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

Commit d987555b authored by Ajay Singh Parmar's avatar Ajay Singh Parmar
Browse files

ARM: msm: dts: add support for 1080p panel for SM8150



Add 1080p panel support by adding its resolution and related
commands in the device tree.

CRs-Fixed: 2254681
Change-Id: I75220a44945ef85b27efd5ffe1617b05a89f2af1
Signed-off-by: default avatarAjay Singh Parmar <aparmar@codeaurora.org>
parent a4114769
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -211,6 +211,17 @@
	qcom,platform-reset-gpio = <&tlmm 6 0>;
};

&dsi_sharp_1080_cmd {
	qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
	qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
	qcom,mdss-dsi-bl-min-level = <1>;
	qcom,mdss-dsi-bl-max-level = <4095>;
	qcom,mdss-dsi-mode-sel-gpio-state = "dual_port";
	qcom,panel-mode-gpio = <&tlmm 7 0>;
	qcom,platform-te-gpio = <&tlmm 8 0>;
	qcom,platform-reset-gpio = <&tlmm 6 0>;
};

&dsi_nt35695b_truly_fhd_cmd {
	qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
	qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
+13 −0
Original line number Diff line number Diff line
@@ -739,3 +739,16 @@
		};
	};
};

&dsi_sharp_1080_cmd {
	qcom,mdss-dsi-t-clk-post = <0x16>;
	qcom,mdss-dsi-t-clk-pre = <0x16>;
	qcom,mdss-dsi-display-timings {
		timing@0{
			qcom,mdss-dsi-panel-phy-timings = [00 1A 06 06 22 20 07
			       07 04 03 04 00 16 16];
			qcom,display-topology = <1 0 1>;
			qcom,default-topology-index = <0>;
		};
	};
};