mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 10:11:36 +00:00
9f26e659d8
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>
3 lines
66 B
Makefile
3 lines
66 B
Makefile
obj-y := setup.o
|
|
obj-$(CONFIG_FB_SH_MOBILE_LCDC) += lcd_wqvga.o
|