The forthcoming omap_dss_device to platform_device conversion requires a few new fields to the Taal platform data. Add the platform data fields here so that we can make the board file changes independently of the panel driver changes. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@xxxxxx> --- include/video/omap-panel-nokia-dsi.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/video/omap-panel-nokia-dsi.h b/include/video/omap-panel-nokia-dsi.h index 04219a2..8892da7 100644 --- a/include/video/omap-panel-nokia-dsi.h +++ b/include/video/omap-panel-nokia-dsi.h @@ -15,6 +15,7 @@ struct omap_dss_device; */ struct nokia_dsi_panel_data { const char *name; + const char *source; int reset_gpio; -- 1.7.10.4 -- 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