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

Commit f46a7237 authored by Animesh Kishore's avatar Animesh Kishore
Browse files

ARM: dts: msm: Fix panel roi alignment on msm8998



Align partial update roi start and height to 256 pixels
for nt35597 panel.

Change-Id: I56e78d1adab769c4d226d88cfb5badcfe7eb6dc2
Signed-off-by: default avatarAnimesh Kishore <animeshk@codeaurora.org>
parent d11a00db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -258,7 +258,7 @@
	qcom,mdss-dsi-mode-sel-gpio-state = "dual_port";
	qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
	qcom,partial-update-enabled = "single_roi";
	qcom,panel-roi-alignment = <720 128 720 128 1440 128>;
	qcom,panel-roi-alignment = <720 256 720 256 1440 256>;
};

&dsi_dual_nt35597_truly_video {
+1 −1
Original line number Diff line number Diff line
@@ -319,7 +319,7 @@
	qcom,mdss-dsi-mode-sel-gpio-state = "dual_port";
	qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
	qcom,partial-update-enabled = "single_roi";
	qcom,panel-roi-alignment = <720 128 720 128 1440 128>;
	qcom,panel-roi-alignment = <720 256 720 256 1440 256>;
};

&dsi_dual_nt35597_truly_video {