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-omap3beagle.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-omap3beagle.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap3beagle.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c index 59f281f732f3..179596746ae3 100644 --- a/arch/arm/mach-omap2/board-omap3beagle.c +++ b/arch/arm/mach-omap2/board-omap3beagle.c | |||
@@ -189,7 +189,7 @@ static struct mtd_partition omap3beagle_nand_partitions[] = { | |||
189 | 189 | ||
190 | /* DSS */ | 190 | /* DSS */ |
191 | 191 | ||
192 | static struct panel_dvi_platform_data dvi_panel = { | 192 | static struct tfp410_platform_data dvi_panel = { |
193 | .i2c_bus_num = 3, | 193 | .i2c_bus_num = 3, |
194 | .power_down_gpio = -1, | 194 | .power_down_gpio = -1, |
195 | }; | 195 | }; |
@@ -197,7 +197,7 @@ static struct panel_dvi_platform_data dvi_panel = { | |||
197 | static struct omap_dss_device beagle_dvi_device = { | 197 | static struct omap_dss_device beagle_dvi_device = { |
198 | .type = OMAP_DISPLAY_TYPE_DPI, | 198 | .type = OMAP_DISPLAY_TYPE_DPI, |
199 | .name = "dvi", | 199 | .name = "dvi", |
200 | .driver_name = "dvi", | 200 | .driver_name = "tfp410", |
201 | .data = &dvi_panel, | 201 | .data = &dvi_panel, |
202 | .phy.dpi.data_lines = 24, | 202 | .phy.dpi.data_lines = 24, |
203 | }; | 203 | }; |