Hi guys, what about this patch? Can it be applied? It's pretty independent from other ones. Regards, Ilya. On 09.11.2011 04:12, Ilya Yanok wrote: > Add data for the FocalTech ETM070003DH6 display to the generic_dpi_panel > display driver. > > Signed-off-by: Ilya Yanok <yanok@xxxxxxxxxxx> > --- > drivers/video/omap2/displays/panel-generic-dpi.c | 24 ++++++++++++++++++++++ > 1 files changed, 24 insertions(+), 0 deletions(-) > > diff --git a/drivers/video/omap2/displays/panel-generic-dpi.c b/drivers/video/omap2/displays/panel-generic-dpi.c > index 519c47d..42bfe47 100644 > --- a/drivers/video/omap2/displays/panel-generic-dpi.c > +++ b/drivers/video/omap2/displays/panel-generic-dpi.c > @@ -297,6 +297,30 @@ 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, > + }, > + .acbi = 0x0, > + .acb = 0x28, > + .config = OMAP_DSS_LCD_TFT | OMAP_DSS_LCD_IVS | > + OMAP_DSS_LCD_IHS, > + .power_on_delay = 50, > + .power_off_delay = 100, > + .name = "focaltech_etm070003dh6", > + }, > }; > > struct panel_drv_data { -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html