summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/board-mop500-mcde.c
diff options
context:
space:
mode:
authorramesh.chandrasekaran <ramesh.chandrasekaran@stericsson.com>2012-07-30 16:16:00 +0530
committerRajanikanth H.V <rajanikanth.hv@linaro.org>2012-11-09 12:38:09 +0530
commitad8fac1837c083390ae9c1775a3b7503253cc20e (patch)
tree128ee177e67bccf3b56cbe70fcca3584814f8530 /arch/arm/mach-ux500/board-mop500-mcde.c
parentdbab284c35130f2464365b77e380b1b42447f545 (diff)
video: display: Add nastec DPI lcd driver for snowball
Signed-off-by: ramesh.chandrasekaran <ramesh.chandrasekaran@stericsson.com>
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500-mcde.c')
-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)