diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-igep0020.c')
-rw-r--r-- | arch/arm/mach-omap2/board-igep0020.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/board-igep0020.c b/arch/arm/mach-omap2/board-igep0020.c index c7028224d138..bf87f17612bf 100644 --- a/arch/arm/mach-omap2/board-igep0020.c +++ b/arch/arm/mach-omap2/board-igep0020.c | |||
@@ -444,7 +444,7 @@ static struct twl4030_gpio_platform_data igep_twl4030_gpio_pdata = { | |||
444 | .setup = igep_twl_gpio_setup, | 444 | .setup = igep_twl_gpio_setup, |
445 | }; | 445 | }; |
446 | 446 | ||
447 | static struct panel_dvi_platform_data dvi_panel = { | 447 | static struct tfp410_platform_data dvi_panel = { |
448 | .i2c_bus_num = 3, | 448 | .i2c_bus_num = 3, |
449 | .power_down_gpio = IGEP2_GPIO_DVI_PUP, | 449 | .power_down_gpio = IGEP2_GPIO_DVI_PUP, |
450 | }; | 450 | }; |
@@ -452,7 +452,7 @@ static struct panel_dvi_platform_data dvi_panel = { | |||
452 | static struct omap_dss_device igep2_dvi_device = { | 452 | static struct omap_dss_device igep2_dvi_device = { |
453 | .type = OMAP_DISPLAY_TYPE_DPI, | 453 | .type = OMAP_DISPLAY_TYPE_DPI, |
454 | .name = "dvi", | 454 | .name = "dvi", |
455 | .driver_name = "dvi", | 455 | .driver_name = "tfp410", |
456 | .data = &dvi_panel, | 456 | .data = &dvi_panel, |
457 | .phy.dpi.data_lines = 24, | 457 | .phy.dpi.data_lines = 24, |
458 | }; | 458 | }; |