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

Commit 992ee64a authored by Yegor Yefremov's avatar Yegor Yefremov Committed by Tomi Valkeinen
Browse files

OMAPDSS: add Innolux AT080TN52 display support



This patch adds support for Innolux AT080TN52 800x600 panel.
Tested with AM3517 based board.

Signed-off-by: default avatarYegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 79ee89cd
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
@@ -363,6 +363,29 @@ static struct panel_config generic_dpi_panels[] = {

		.name			= "ortustech_com43h4m10xtc",
	},

	/* Innolux AT080TN52 */
	{
		{
			.x_res = 800,
			.y_res = 600,

			.pixel_clock	= 41142,

			.hsw		= 20,
			.hfp		= 210,
			.hbp		= 46,

			.vsw		= 10,
			.vfp		= 12,
			.vbp		= 23,
		},
		.acb			= 0x0,
		.config			= OMAP_DSS_LCD_TFT | OMAP_DSS_LCD_IVS |
					  OMAP_DSS_LCD_IHS | OMAP_DSS_LCD_IEO,

		.name			= "innolux_at080tn52",
	},
};

struct panel_drv_data {