|
@@ -458,6 +458,7 @@ static void omap4_panda_disable_dvi(struct omap_dss_device *dssdev)
|
|
static struct panel_dvi_platform_data omap4_dvi_panel = {
|
|
static struct panel_dvi_platform_data omap4_dvi_panel = {
|
|
.platform_enable = omap4_panda_enable_dvi,
|
|
.platform_enable = omap4_panda_enable_dvi,
|
|
.platform_disable = omap4_panda_disable_dvi,
|
|
.platform_disable = omap4_panda_disable_dvi,
|
|
|
|
+ .i2c_bus_num = 3,
|
|
};
|
|
};
|
|
|
|
|
|
struct omap_dss_device omap4_panda_dvi_device = {
|
|
struct omap_dss_device omap4_panda_dvi_device = {
|