Use the new TFP410 platform driver instead of the old omap_dss_driver.

Signed-off-by: Tomi Valkeinen <[email protected]>
---
 arch/arm/mach-omap2/board-devkit8000.c |   17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/arch/arm/mach-omap2/board-devkit8000.c 
b/arch/arm/mach-omap2/board-devkit8000.c
index e90808c..d05f069 100644
--- a/arch/arm/mach-omap2/board-devkit8000.c
+++ b/arch/arm/mach-omap2/board-devkit8000.c
@@ -163,20 +163,20 @@ static struct omap_dss_board_info devkit8000_dss_data = {
 #elif defined(CONFIG_MACH_DEVKIT8000_EXPANSION_DVI)
 
 static struct tfp410_platform_data dvi_panel = {
+       .name                   = "dvi",
+       .source                 = "dpi.0",
+       .data_lines             = 24,
        .power_down_gpio        = -1,
        .i2c_bus_num            = 1,
 };
 
-static struct omap_dss_device devkit8000_dvi_device = {
-       .name                   = "dvi",
-       .type                   = OMAP_DISPLAY_TYPE_DPI,
-       .driver_name            = "tfp410",
-       .data                   = &dvi_panel,
-       .phy.dpi.data_lines     = 24,
+static struct platform_device devkit8000_dvi_device = {
+       .name                   = "tfp410",
+       .id                     = 0,
+       .dev.platform_data      = &dvi_panel,
 };
 
 static struct omap_dss_device *devkit8000_dss_devices[] = {
-       &devkit8000_dvi_device,
        &devkit8000_tv_device,
 };
 
@@ -452,6 +452,9 @@ static struct platform_device *devkit8000_devices[] 
__initdata = {
        &leds_gpio,
        &keys_gpio,
        &omap_dm9000_dev,
+#if defined(CONFIG_MACH_DEVKIT8000_EXPANSION_DVI)
+       &devkit8000_dvi_device,
+#endif
 };
 
 static struct usbhs_omap_platform_data usbhs_bdata __initdata = {
-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to