Skip to content

Commit

Permalink
OMAP: DSS: add TPO TD043MTEA1 panel
Browse files Browse the repository at this point in the history
Add support of TPO TD043MTEA1 TFT LCD panel to DSS2 driver.
This panel is used by OMAP3 Pandora device.

Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
  • Loading branch information
Grazvydas Ignotas authored and Tomi Valkeinen committed Feb 12, 2010
1 parent 751ef15 commit 9ce4ad0
Show file tree
Hide file tree
Showing 3 changed files with 497 additions and 1 deletion.
6 changes: 6 additions & 0 deletions drivers/video/omap2/displays/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,10 @@ config PANEL_TOPPOLY_TDO35S
help
LCD Panel used in CM-T35

config PANEL_TPO_TD043MTEA1
tristate "TPO TD043MTEA1 LCD Panel"
depends on OMAP2_DSS && I2C
help
LCD Panel used in OMAP3 Pandora

endmenu
3 changes: 2 additions & 1 deletion drivers/video/omap2/displays/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ obj-$(CONFIG_PANEL_SHARP_LS037V7DW01) += panel-sharp-ls037v7dw01.o
obj-$(CONFIG_PANEL_SHARP_LQ043T1DG01) += panel-sharp-lq043t1dg01.o

obj-$(CONFIG_PANEL_TAAL) += panel-taal.o
obj-$(CONFIG_PANEL_TOPPOLY_TDO35S) += panel-toppoly-tdo35s.o
obj-$(CONFIG_PANEL_TOPPOLY_TDO35S) += panel-toppoly-tdo35s.o
obj-$(CONFIG_PANEL_TPO_TD043MTEA1) += panel-tpo-td043mtea1.o
Loading

0 comments on commit 9ce4ad0

Please sign in to comment.