This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[issue] MIPI panel with resolutioin 540x960 on DM3730 platform

Other Parts Discussed in Thread: DM3730

Hi all,

I use a mipi panel with resolution 540x960 on DM3730 platfrom. There is a note on the datasheet

The panel size is programmable and can be any width that is a multiple of 8 pixels (line
length) in the range [1:2048] pixels (in the case of the RFBI mode, the minimum transfer
size is a byte). The maximum resolution is 2048 (lines) x 2048 (pixels).

So here comes the problem 540 can not be devided exactly by 8.  And kernel outputs the error message:

[   81.599853]  OMAPLFBManualSync Not Supported.

How to deal with this issue?

Thanks in advanced!