提交 6acea9c2 编写于 作者: I Ilya Yanok 提交者: Tomi Valkeinen

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: NIlya Yanok <yanok@emcraft.com>
Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
上级 62941ecd
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册