mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
video: backlight: add ili922x lcd driver
Add LCD driver for Ilitek ILI9221/ILI9222 controller. The driver uses SPI interface for controller access and configuration and RGB interface for graphics data transfer. Signed-off-by: Stefano Babic <sbabic@denx.de> Signed-off-by: Anatolij Gustschin <agust@denx.de> Cc: Richard Purdie <rpurdie@rpsys.net> Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de> Cc: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
359177e060
commit
4cfbfa9714
@@ -59,6 +59,13 @@ config LCD_LTV350QV
|
||||
|
||||
The LTV350QV panel is present on all ATSTK1000 boards.
|
||||
|
||||
config LCD_ILI922X
|
||||
tristate "ILI Technology ILI9221/ILI9222 support"
|
||||
depends on SPI
|
||||
help
|
||||
If you have a panel based on the ILI9221/9222 controller
|
||||
chip then say y to include a driver for it.
|
||||
|
||||
config LCD_ILI9320
|
||||
tristate "ILI Technology ILI9320 controller support"
|
||||
depends on SPI
|
||||
|
||||
@@ -5,6 +5,7 @@ obj-$(CONFIG_LCD_CLASS_DEVICE) += lcd.o
|
||||
obj-$(CONFIG_LCD_CORGI) += corgi_lcd.o
|
||||
obj-$(CONFIG_LCD_HP700) += jornada720_lcd.o
|
||||
obj-$(CONFIG_LCD_HX8357) += hx8357.o
|
||||
obj-$(CONFIG_LCD_ILI922X) += ili922x.o
|
||||
obj-$(CONFIG_LCD_ILI9320) += ili9320.o
|
||||
obj-$(CONFIG_LCD_L4F00242T03) += l4f00242t03.o
|
||||
obj-$(CONFIG_LCD_LD9040) += ld9040.o
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user