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

Commit a47161a5 authored by Ilya Yanok's avatar Ilya Yanok Committed by Tomi Valkeinen
Browse files

OMAPDSS: add FocalTech ETM070003DH6 display support



Add data for the FocalTech ETM070003DH6 display to the generic_dpi_panel
display driver.

Signed-off-by: default avatarIlya Yanok <yanok@emcraft.com>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 5611cc45
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -297,6 +297,26 @@ static struct panel_config generic_dpi_panels[] = {

		.name			= "apollon",
	},
	/* FocalTech ETM070003DH6 */
	{
		{
			.x_res		= 800,
			.y_res		= 480,

			.pixel_clock	= 28000,

			.hsw		= 48,
			.hfp		= 40,
			.hbp		= 40,

			.vsw		= 3,
			.vfp		= 13,
			.vbp		= 29,
		},
		.config			= OMAP_DSS_LCD_TFT | OMAP_DSS_LCD_IVS |
					  OMAP_DSS_LCD_IHS,
		.name			= "focaltech_etm070003dh6",
	},
};

struct panel_drv_data {