Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e7792ce2 authored by Rob Clark's avatar Rob Clark
Browse files

drm/i2c: nxp-tda998x (v3)



Driver for the NXP TDA998X i2c hdmi encoder slave.

v1: original
v2: fix npix/nline programming
v3: add Kconfig, fix dup'd MODULE_DESCRIPTION

Signed-off-by: default avatarRob Clark <robdclark@gmail.com>
Reviewed-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Tested-by: default avatarKoen Kooi <koen@dominion.thruhere.net>
parent 16ea975e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -19,4 +19,10 @@ config DRM_I2C_SIL164
	  when used in pairs) TMDS transmitters, used in some nVidia
	  video cards.

config DRM_I2C_NXP_TDA998X
	tristate "NXP Semiconductors TDA998X HDMI encoder"
	default m if DRM_TILCDC
	help
	  Support for NXP Semiconductors TDA998X HDMI encoders.

endmenu
+3 −0
Original line number Diff line number Diff line
@@ -5,3 +5,6 @@ obj-$(CONFIG_DRM_I2C_CH7006) += ch7006.o

sil164-y := sil164_drv.o
obj-$(CONFIG_DRM_I2C_SIL164) += sil164.o

tda998x-y := tda998x_drv.o
obj-$(CONFIG_DRM_I2C_NXP_TDA998X) += tda998x.o
+906 −0

File added.

Preview size limit exceeded, changes collapsed.