diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-03-05 07:29:28 -0500 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-05-09 03:51:05 -0400 |
commit | 2e6f2ee7ace43d7c8d0e9abf9b0767ab99d3f2aa (patch) | |
tree | e3a3b3a56f0adb45e9e4e0f40c69245386622275 /arch/arm/mach-omap2/board-overo.c | |
parent | e813a55eb9c9bc6c8039fb16332cf43402125b30 (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-overo.c')
-rw-r--r-- | arch/arm/mach-omap2/board-overo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/board-overo.c b/arch/arm/mach-omap2/board-overo.c index 1a92fc42ea9a..aa83d46846e0 100644 --- a/arch/arm/mach-omap2/board-overo.c +++ b/arch/arm/mach-omap2/board-overo.c | |||
@@ -167,7 +167,7 @@ static void __init overo_display_init(void) | |||
167 | gpio_export(OVERO_GPIO_LCD_BL, 0); | 167 | gpio_export(OVERO_GPIO_LCD_BL, 0); |
168 | } | 168 | } |
169 | 169 | ||
170 | static struct panel_dvi_platform_data dvi_panel = { | 170 | static struct tfp410_platform_data dvi_panel = { |
171 | .i2c_bus_num = 3, | 171 | .i2c_bus_num = 3, |
172 | .power_down_gpio = -1, | 172 | .power_down_gpio = -1, |
173 | }; | 173 | }; |
@@ -175,7 +175,7 @@ static struct panel_dvi_platform_data dvi_panel = { | |||
175 | static struct omap_dss_device overo_dvi_device = { | 175 | static struct omap_dss_device overo_dvi_device = { |
176 | .name = "dvi", | 176 | .name = "dvi", |
177 | .type = OMAP_DISPLAY_TYPE_DPI, | 177 | .type = OMAP_DISPLAY_TYPE_DPI, |
178 | .driver_name = "dvi", | 178 | .driver_name = "tfp410", |
179 | .data = &dvi_panel, | 179 | .data = &dvi_panel, |
180 | .phy.dpi.data_lines = 24, | 180 | .phy.dpi.data_lines = 24, |
181 | }; | 181 | }; |