diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-am3517evm.c')
-rw-r--r-- | arch/arm/mach-omap2/board-am3517evm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/board-am3517evm.c b/arch/arm/mach-omap2/board-am3517evm.c index ce155bfc9838..feecc9689b0b 100644 --- a/arch/arm/mach-omap2/board-am3517evm.c +++ b/arch/arm/mach-omap2/board-am3517evm.c | |||
@@ -207,14 +207,14 @@ static struct omap_dss_device am3517_evm_tv_device = { | |||
207 | .platform_disable = am3517_evm_panel_disable_tv, | 207 | .platform_disable = am3517_evm_panel_disable_tv, |
208 | }; | 208 | }; |
209 | 209 | ||
210 | static struct panel_dvi_platform_data dvi_panel = { | 210 | static struct tfp410_platform_data dvi_panel = { |
211 | .power_down_gpio = -1, | 211 | .power_down_gpio = -1, |
212 | }; | 212 | }; |
213 | 213 | ||
214 | static struct omap_dss_device am3517_evm_dvi_device = { | 214 | static struct omap_dss_device am3517_evm_dvi_device = { |
215 | .type = OMAP_DISPLAY_TYPE_DPI, | 215 | .type = OMAP_DISPLAY_TYPE_DPI, |
216 | .name = "dvi", | 216 | .name = "dvi", |
217 | .driver_name = "dvi", | 217 | .driver_name = "tfp410", |
218 | .data = &dvi_panel, | 218 | .data = &dvi_panel, |
219 | .phy.dpi.data_lines = 24, | 219 | .phy.dpi.data_lines = 24, |
220 | }; | 220 | }; |