Skip to content

Commit

Permalink
OMAPDSS: Add new TPD12S015 Encoder driver
Browse files Browse the repository at this point in the history
Add TPD12S015 HDMI ESD protection and level shifter encoder driver which
uses the new DSS device model and DSS ops.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
  • Loading branch information
Tomi Valkeinen committed Jun 17, 2013
1 parent 2773fef commit a0ee577
Showing 4 changed files with 418 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/video/omap2/displays-new/Kconfig
Original file line number Diff line number Diff line change
@@ -6,4 +6,10 @@ config DISPLAY_ENCODER_TFP410
help
Driver for TFP410 DPI to DVI encoder.

config DISPLAY_ENCODER_TPD12S015
tristate "TPD12S015 HDMI ESD protection and level shifter"
help
Driver for TPD12S015, which offers HDMI ESD protection and level
shifting.

endmenu
1 change: 1 addition & 0 deletions drivers/video/omap2/displays-new/Makefile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
obj-$(CONFIG_DISPLAY_ENCODER_TFP410) += encoder-tfp410.o
obj-$(CONFIG_DISPLAY_ENCODER_TPD12S015) += encoder-tpd12s015.o
Loading

0 comments on commit a0ee577

Please sign in to comment.