Skip to content

Commit

Permalink
video: Add support for NXP's TDA19988 HDMI encoder
Browse files Browse the repository at this point in the history
Add support for the NXP TDA19988 HDMI encoder as used on the Juno
development board from Arm.

Signed-off-by: Liviu Dudau <[email protected]>
  • Loading branch information
dliviu authored and vdsao committed Sep 28, 2018
1 parent cc0dae0 commit 055da18
Show file tree
Hide file tree
Showing 4 changed files with 667 additions and 0 deletions.
5 changes: 5 additions & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,11 @@ S: Maintained
F: drivers/spmi/
F: include/spmi/

TDA19988 HDMI ENCODER
M: Liviu Dudau <[email protected]>
S: Maintained
F: drivers/video/tda19988.c

TI SYSTEM SECURITY
M: Andrew F. Davis <[email protected]>
S: Supported
Expand Down
8 changes: 8 additions & 0 deletions drivers/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,14 @@ config DISPLAY
The devices provide a simple interface to start up the display,
read display information and enable it.

config NXP_TDA19988
bool "Enable NXP TDA19988 support"
depends on DISPLAY
default n
help
This enables support for the NXP TDA19988 HDMI encoder. This encoder
will convert RGB data streams into HDMI-encoded signals.

config ATMEL_HLCD
bool "Enable ATMEL video support using HLCDC"
depends on DM_VIDEO
Expand Down
1 change: 1 addition & 0 deletions drivers/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ obj-$(CONFIG_IHS_VIDEO_OUT) += ihs_video_out.o
obj-$(CONFIG_LD9040) += ld9040.o
obj-$(CONFIG_LG4573) += lg4573.o
obj-$(CONFIG_LOGICORE_DP_TX) += logicore_dp_tx.o
obj-$(CONFIG_NXP_TDA19988) += tda19988.o
obj-$(CONFIG_OSD) += video_osd-uclass.o
obj-$(CONFIG_PXA_LCD) += pxa_lcd.o
obj-$(CONFIG_SANDBOX_OSD) += sandbox_osd.o
Expand Down
Loading

0 comments on commit 055da18

Please sign in to comment.