summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorramesh.chandrasekaran <ramesh.chandrasekaran@stericsson.com>2012-07-30 16:16:00 +0530
committerRajanikanth H.V <rajanikanth.hv@stericsson.com>2012-12-14 17:07:21 +0530
commit19c0305cf60bdead2b42d7bca9e358b6f1d14dc4 (patch)
tree128ee177e67bccf3b56cbe70fcca3584814f8530 /arch
parent0958f3c605b4baae82f8279118d5ec8bb32885a1 (diff)
video: display: Add nastec DPI lcd driver for snowball
Signed-off-by: ramesh.chandrasekaran <ramesh.chandrasekaran@stericsson.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-ux500/board-mop500-mcde.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/board-mop500-mcde.c b/arch/arm/mach-ux500/board-mop500-mcde.c
index e3ab98826fd..cf26385d042 100644
--- a/arch/arm/mach-ux500/board-mop500-mcde.c
+++ b/arch/arm/mach-ux500/board-mop500-mcde.c
@@ -19,7 +19,7 @@
#include <mach/devices.h>
#include <video/av8100.h>
#include <video/mcde_display.h>
-#include <video/mcde_display-vuib500-dpi.h>
+#include <video/mcde_display-nastec-dpi.h>
#include <video/mcde_display-sony_acx424akp_dsi.h>
#include <video/mcde_display-av8100.h>
#include <video/mcde_display-ab8500.h>
@@ -353,11 +353,13 @@ static struct mcde_port port_nastech = {
.tv_mode = false,
.clock_div = MCDE_PORT_DPI_NO_CLOCK_DIV,
.polarity = DPI_ACT_LOW_VSYNC | DPI_ACT_LOW_HSYNC,
+ .lcd_freq = 66560000, /* Nastech Pixelclock */
},
},
};
static struct mcde_display_dpi_platform_data nastech_display_pdata = {0};
+
static struct ux500_pins *dpi_pins;
static int dpi_display_platform_enable(struct mcde_display_device *ddev)