summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci/board-da850-evm.c
diff options
context:
space:
mode:
authorMark A. Greer <mgreer@mvista.com>2009-09-15 18:14:19 -0700
committerKevin Hilman <khilman@deeprootsystems.com>2009-11-25 10:21:22 -0800
commitb9e6342b2b796c2f7fdc98cefd17df16892b035e (patch)
treec9d5de627ff4b4dfcf4d6b282378068b6373af64 /arch/arm/mach-davinci/board-da850-evm.c
parent2eb30c81ce91f646f6f2e6cdfd36b79a492002ce (diff)
downloadop-kernel-dev-b9e6342b2b796c2f7fdc98cefd17df16892b035e.zip
op-kernel-dev-b9e6342b2b796c2f7fdc98cefd17df16892b035e.tar.gz
davinci: Add support for Sharp LCD035Q3DG01 graphical LCD
Add support for the Sharp LCD035Q3DG01 graphical LCD. This requires a minor interface change to da8xx_register_lcdc() so that the board code can pass in the platform_data which describes the lcd controller that's to be used. Signed-off-by: Mark A. Greer <mgreer@mvista.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/board-da850-evm.c')
-rw-r--r--arch/arm/mach-davinci/board-da850-evm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/board-da850-evm.c b/arch/arm/mach-davinci/board-da850-evm.c
index fbc7aae..da1a6fb 100644
--- a/arch/arm/mach-davinci/board-da850-evm.c
+++ b/arch/arm/mach-davinci/board-da850-evm.c
@@ -377,7 +377,7 @@ static __init void da850_evm_init(void)
pr_warning("da850_evm_init: lcd initialization failed: %d\n",
ret);
- ret = da8xx_register_lcdc();
+ ret = da8xx_register_lcdc(&sharp_lk043t1dg01_pdata);
if (ret)
pr_warning("da850_evm_init: lcdc registration failed: %d\n",
ret);
OpenPOWER on IntegriCloud