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

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

OMAPDSS: add OrtusTech COM43H4M10XTC display support



dd data for the OrtusTech COM43H4M10XTC display to the
generic_dpi_panel driver.

CC: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: default avatarIlya Yanok <yanok@emcraft.com>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 62941ecd
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -342,6 +342,27 @@ static struct panel_config generic_dpi_panels[] = {
		.power_off_delay	= 0,
		.name			= "microtips_umsh_8173md",
	},

	/* OrtusTech COM43H4M10XTC */
	{
		{
			.x_res		= 480,
			.y_res		= 272,

			.pixel_clock	= 8000,

			.hsw		= 41,
			.hfp		= 8,
			.hbp		= 4,

			.vsw		= 10,
			.vfp		= 4,
			.vbp		= 2,
		},
		.config			= OMAP_DSS_LCD_TFT,

		.name			= "ortustech_com43h4m10xtc",
	},
};

struct panel_drv_data {