Hi,
i want to modify generic_dpi_panel. i noticed it in board-omap4board.c, but where can i modify it.
struct omap_dss_device omap4_panda_lcd_device = {
.type = OMAP_DISPLAY_TYPE_DPI,
.name = "lcd",
.driver_name = "generic_dpi_panel",
.data = &omap4_lcd_panel,
.phy.dpi.data_lines = 24,
.channel = OMAP_DSS_CHANNEL_LCD2,
};
BR
Younger