mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
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
3 changed files with 1011 additions and 0 deletions
|
@ -13,4 +13,10 @@ config PANEL_SHARP_LS037V7DW01
|
||||||
help
|
help
|
||||||
LCD Panel used in TI's SDP3430 and EVM boards
|
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
|
endmenu
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
obj-$(CONFIG_PANEL_GENERIC) += panel-generic.o
|
obj-$(CONFIG_PANEL_GENERIC) += panel-generic.o
|
||||||
obj-$(CONFIG_PANEL_SHARP_LS037V7DW01) += panel-sharp-ls037v7dw01.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 a new issue