aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/board-3430sdp.c
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2012-03-05 07:29:28 -0500
committerTomi Valkeinen <tomi.valkeinen@ti.com>2012-05-09 03:51:05 -0400
commit2e6f2ee7ace43d7c8d0e9abf9b0767ab99d3f2aa (patch)
treee3a3b3a56f0adb45e9e4e0f40c69245386622275 /arch/arm/mach-omap2/board-3430sdp.c
parente813a55eb9c9bc6c8039fb16332cf43402125b30 (diff)
OMAPDSS: TFP410: rename dvi -> tfp410
The driver for the TFP410 DPI-to-DVI chip was named quite badly as "DVI panel driver". This patch renames the code to use tfp410 name for the driver. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Acked-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-3430sdp.c')
-rw-r--r--arch/arm/mach-omap2/board-3430sdp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/board-3430sdp.c b/arch/arm/mach-omap2/board-3430sdp.c
index d827f8b56431..2a26d62ea386 100644
--- a/arch/arm/mach-omap2/board-3430sdp.c
+++ b/arch/arm/mach-omap2/board-3430sdp.c
@@ -157,14 +157,14 @@ static struct omap_dss_device sdp3430_lcd_device = {
157 .platform_disable = sdp3430_panel_disable_lcd, 157 .platform_disable = sdp3430_panel_disable_lcd,
158}; 158};
159 159
160static struct panel_dvi_platform_data dvi_panel = { 160static struct tfp410_platform_data dvi_panel = {
161 .power_down_gpio = -1, 161 .power_down_gpio = -1,
162}; 162};
163 163
164static struct omap_dss_device sdp3430_dvi_device = { 164static struct omap_dss_device sdp3430_dvi_device = {
165 .name = "dvi", 165 .name = "dvi",
166 .type = OMAP_DISPLAY_TYPE_DPI, 166 .type = OMAP_DISPLAY_TYPE_DPI,
167 .driver_name = "dvi", 167 .driver_name = "tfp410",
168 .data = &dvi_panel, 168 .data = &dvi_panel,
169 .phy.dpi.data_lines = 24, 169 .phy.dpi.data_lines = 24,
170}; 170};