forked from Minki/linux
OMAP: DSS2: Taal DSI command mode panel driver
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
This commit is contained in:
parent
3b8f29b415
commit
f133a9d7f2
@ -13,4 +13,10 @@ config PANEL_SHARP_LS037V7DW01
|
||||
help
|
||||
LCD Panel used in TI's SDP3430 and EVM boards
|
||||
|
||||
config PANEL_TAAL
|
||||
tristate "Taal DSI Panel"
|
||||
depends on OMAP2_DSS_DSI
|
||||
help
|
||||
Taal DSI command mode panel from TPO.
|
||||
|
||||
endmenu
|
||||
|
@ -1,2 +1,4 @@
|
||||
obj-$(CONFIG_PANEL_GENERIC) += panel-generic.o
|
||||
obj-$(CONFIG_PANEL_SHARP_LS037V7DW01) += panel-sharp-ls037v7dw01.o
|
||||
|
||||
obj-$(CONFIG_PANEL_TAAL) += panel-taal.o
|
||||
|
1003
drivers/video/omap2/displays/panel-taal.c
Normal file
1003
drivers/video/omap2/displays/panel-taal.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user