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: Animesh Kishore <animeshk@codeaurora.org>
This commit is contained in:
parent
d11a00dbfa
commit
f46a723774
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue