>Hi, > >On Tuesday 31 January 2012 04:26 PM, Patrick wrote: >> Dear mailing-list, >> >> >> I am working with a vanilla 3.0.17 kernel with some patch for my Omap4430 based board. >> >> I am using the driver video/omap2/panel-lgphilips-lb025q02.c with a very similar screen. >> I have added on my board init file the init code for both the SPI and the panel, like below. >> >> static struct omap_dss_device sb_dpi_device = { >> .type = OMAP_DISPLAY_TYPE_DPI, >> .name = "lcd35", >> .driver_name = "lgphilips_lb035q02_panel", >> .phy.dpi.data_lines = 24, >> .platform_enable = sb_panel_enable_lcd, >> .platform_disable = sb_panel_disable_lcd, >> }; >> > >You have to add a channel field in this, like: > > .channel = OMAP_DSS_CHANNEL_LCD2, > >On OMAP4, the DPI interface is connected to LCD2 interface and not LCD >interface. That's why you get the error 'display 'lcd35' does not >support manager 'lcd'' > >Can you try with this change and see what happens? > >Archit Yes it works, the kernel boot correctly up to the end. The display doesn't display what I want but this is another problem ;-) Thanks for your help. Patrick ----- Mail original ----- -- 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