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

Commit 697bacba authored by Thomas Weber's avatar Thomas Weber Committed by Tomi Valkeinen
Browse files

OMAPDSS: Add Mitsubishi AA084SB01 display support



This patch adds support for the Mitsubishi display
AA084SB01. This is a 7 inch LVDS display. It is tested with
an OMAP3 board.

Signed-off-by: default avatarThomas Weber <weber@corscience.de>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 31e8dfe1
Loading
Loading
Loading
Loading
+19 −0
Original line number Original line Diff line number Diff line
@@ -386,6 +386,25 @@ static struct panel_config generic_dpi_panels[] = {


		.name			= "innolux_at080tn52",
		.name			= "innolux_at080tn52",
	},
	},

	/* Mitsubishi AA084SB01 */
	{
		{
			.x_res		= 800,
			.y_res		= 600,
			.pixel_clock	= 40000,

			.hsw		= 1,
			.hfp		= 254,
			.hbp		= 1,

			.vsw		= 1,
			.vfp		= 26,
			.vbp		= 1,
		},
		.config			= OMAP_DSS_LCD_TFT,
		.name			= "mitsubishi_aa084sb01",
	},
};
};


struct panel_drv_data {
struct panel_drv_data {