]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fbdev: da8xx-fb: fix videomodes of lcd panels
authorSushaanth Srirangapathi <sushaanth.s@ti.com>
Mon, 29 Feb 2016 13:12:19 +0000 (18:42 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 May 2016 21:48:51 +0000 (14:48 -0700)
commit0658e8c5e8cc02f12f9ae3df1f3b87ee7283bb24
tree534f93c9e95aa15328282b70d75fcd6e55f18884
parent9d9fefc8283a2bda6c7daeaab3b310965cb35f85
fbdev: da8xx-fb: fix videomodes of lcd panels

commit 713fced8d10fa1c759c8fb6bf9aaa681bae68cad upstream.

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 this for panel
"Sharp_LK043T1DG01" using DA850 EVM board.

Fixes: 028cd86b794f4a ("video: da8xx-fb: fix the polarities of the hsync/vsync pulse")
Signed-off-by: Sushaanth Srirangapathi <sushaanth.s@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/video/fbdev/da8xx-fb.c