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

Commit a652aa79 authored by Manjunathappa, Prakash's avatar Manjunathappa, Prakash Committed by Florian Tobias Schandinat
Browse files

arm: da850: configure LCDC fifo threshold



Configure fifo threshold in raster dma_control register to
512 bytes. This reduces LCDC underflow errors.

Signed-off-by: default avatarManjunathappa, Prakash <prakash.pm@ti.com>
Signed-off-by: default avatarFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
parent fb8fa943
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -546,6 +546,7 @@ static struct lcd_ctrl_config lcd_cfg = {
	.sync_edge		= 0,
	.sync_edge		= 0,
	.sync_ctrl		= 1,
	.sync_ctrl		= 1,
	.raster_order		= 0,
	.raster_order		= 0,
	.fifo_th		= 6,
};
};


struct da8xx_lcdc_platform_data sharp_lcd035q3dg01_pdata = {
struct da8xx_lcdc_platform_data sharp_lcd035q3dg01_pdata = {