Re: [PATCH] fbdev: da8xx-fb: fix videomodes of lcd panels

2016-02-29 Thread Tomi Valkeinen
On 29/02/16 15:12, Sushaanth Srirangapathi wrote: > Commit 028cd86b794f4a ("video: da8xx-fb: fix the polarities of the > hsync/vsync pulse") fixes polarities of HSYNC/VSYNC pulse but > forgot to update known_lcd_panels[] which had sync values > according to old logic. This breaks LCD at least on DA

[PATCH] fbdev: da8xx-fb: fix videomodes of lcd panels

2016-02-29 Thread Sushaanth Srirangapathi
Commit 028cd86b794f4a ("video: da8xx-fb: fix the polarities of the hsync/vsync pulse") fixes polarities of HSYNC/VSYNC pulse but forgot to update known_lcd_panels[] which had sync values according to old logic. This breaks LCD at least on DA850 EVM. This patch fixes this issue and I have tested th