diff options
author | Magnus Damm <damm@igel.co.jp> | 2009-08-06 18:51:30 +0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-08-06 22:55:29 +0400 |
commit | 9f26e659d8caf5820c51b9c695f0a313e636b99c (patch) | |
tree | 8d158400b1e0da08599b74c32b723d2dd6f2a5da /arch/sh/boards/mach-kfr2r09/Makefile | |
parent | ec56b66fed526e3b7dd58dba8945c405448f48d1 (diff) | |
download | linux-9f26e659d8caf5820c51b9c695f0a313e636b99c.tar.xz |
sh: kfr2r09 board support - LCDC panel
This patch adds support for the WQVGA LCD display used by
the KFR2R09 board. The LCD module is a TX07D34VM0AAA made
by Hitachi, and this module is made up by a R61517 chip
together with a 240x400 pixel display. The screen is
attached to the SuperH Mobile LCDC using a 18-bit SYS bus.
The register settings used by the SYS panel setup code are
based on an out-of-tree driver which apart from duplicating
all LCDC driver code and writing to non-existing hardware
registers also never was posted for upstream merge.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/mach-kfr2r09/Makefile')
-rw-r--r-- | arch/sh/boards/mach-kfr2r09/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/boards/mach-kfr2r09/Makefile b/arch/sh/boards/mach-kfr2r09/Makefile index 77037567633b..5d5867826e3b 100644 --- a/arch/sh/boards/mach-kfr2r09/Makefile +++ b/arch/sh/boards/mach-kfr2r09/Makefile @@ -1 +1,2 @@ obj-y := setup.o +obj-$(CONFIG_FB_SH_MOBILE_LCDC) += lcd_wqvga.o |