diff options
author | Liviu Dudau <Liviu.Dudau@foss.arm.com> | 2018-09-28 13:49:31 +0100 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2018-09-28 18:44:50 +0200 |
commit | 055da186a1d83d7d73d6d5b08b23957d3fa3df9f (patch) | |
tree | 16525c27bdf37199e6b69261e402d8afe7661538 /MAINTAINERS | |
parent | cc0dae08c69a0a2a1772d8358e20020d2829910a (diff) | |
download | u-boot-055da186a1d83d7d73d6d5b08b23957d3fa3df9f.tar.gz u-boot-055da186a1d83d7d73d6d5b08b23957d3fa3df9f.tar.xz u-boot-055da186a1d83d7d73d6d5b08b23957d3fa3df9f.zip |
video: Add support for NXP's TDA19988 HDMI encoder
Add support for the NXP TDA19988 HDMI encoder as used on the Juno
development board from Arm.
Signed-off-by: Liviu Dudau <liviu.dudau@foss.arm.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3c3f872243..072e73ed60 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -589,6 +589,11 @@ S: Maintained F: drivers/spmi/ F: include/spmi/ +TDA19988 HDMI ENCODER +M: Liviu Dudau <liviu.dudau@foss.arm.com> +S: Maintained +F: drivers/video/tda19988.c + TI SYSTEM SECURITY M: Andrew F. Davis <afd@ti.com> S: Supported |