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-omap3stalker.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-omap3stalker.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap3stalker.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/board-omap3stalker.c b/arch/arm/mach-omap2/board-omap3stalker.c index de13f28ba269..a9acf96e483e 100644 --- a/arch/arm/mach-omap2/board-omap3stalker.c +++ b/arch/arm/mach-omap2/board-omap3stalker.c | |||
@@ -119,14 +119,14 @@ static struct omap_dss_device omap3_stalker_tv_device = { | |||
119 | .platform_disable = omap3_stalker_disable_tv, | 119 | .platform_disable = omap3_stalker_disable_tv, |
120 | }; | 120 | }; |
121 | 121 | ||
122 | static struct panel_dvi_platform_data dvi_panel = { | 122 | static struct tfp410_platform_data dvi_panel = { |
123 | .power_down_gpio = DSS_ENABLE_GPIO, | 123 | .power_down_gpio = DSS_ENABLE_GPIO, |
124 | }; | 124 | }; |
125 | 125 | ||
126 | static struct omap_dss_device omap3_stalker_dvi_device = { | 126 | static struct omap_dss_device omap3_stalker_dvi_device = { |
127 | .name = "dvi", | 127 | .name = "dvi", |
128 | .type = OMAP_DISPLAY_TYPE_DPI, | 128 | .type = OMAP_DISPLAY_TYPE_DPI, |
129 | .driver_name = "dvi", | 129 | .driver_name = "tfp410", |
130 | .data = &dvi_panel, | 130 | .data = &dvi_panel, |
131 | .phy.dpi.data_lines = 24, | 131 | .phy.dpi.data_lines = 24, |
132 | }; | 132 | }; |