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>
这个提交包含在:
@@ -189,7 +189,7 @@ static struct mtd_partition omap3beagle_nand_partitions[] = {
|
||||
|
||||
/* DSS */
|
||||
|
||||
static struct panel_dvi_platform_data dvi_panel = {
|
||||
static struct tfp410_platform_data dvi_panel = {
|
||||
.i2c_bus_num = 3,
|
||||
.power_down_gpio = -1,
|
||||
};
|
||||
@@ -197,7 +197,7 @@ static struct panel_dvi_platform_data dvi_panel = {
|
||||
static struct omap_dss_device beagle_dvi_device = {
|
||||
.type = OMAP_DISPLAY_TYPE_DPI,
|
||||
.name = "dvi",
|
||||
.driver_name = "dvi",
|
||||
.driver_name = "tfp410",
|
||||
.data = &dvi_panel,
|
||||
.phy.dpi.data_lines = 24,
|
||||
};
|
||||
|
在新工单中引用
屏蔽一个用户