diff options
author | Luca Ceresoli <luca.ceresoli@bootlin.com> | 2023-04-18 10:00:36 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2023-05-25 13:04:47 +0200 |
commit | f17aa778ac36298a8b5648984de6f1b8c8d87705 (patch) | |
tree | 489922c724f8bf63a6be1878ed45b38cac345eb8 /MAINTAINERS | |
parent | 7e3d507ab040c0f21f680c6e23d8432623867b3c (diff) | |
download | linux-f17aa778ac36298a8b5648984de6f1b8c8d87705.tar.gz linux-f17aa778ac36298a8b5648984de6f1b8c8d87705.tar.bz2 linux-f17aa778ac36298a8b5648984de6f1b8c8d87705.zip |
dt-bindings: display: tegra: vi: add 'vip' property and example
The Tegra20 VI peripheral can receive parallel input from the VIP parallel
input module. Add it to the allowed properties and augment the existing
nvidia,tegra20-vi example to show a 'vip' property.
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 2b080e17105b..3d44daf1ac15 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -20822,6 +20822,7 @@ L: linux-media@vger.kernel.org L: linux-tegra@vger.kernel.org S: Maintained F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.yaml +F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-vi.yaml F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-vip.yaml F: drivers/staging/media/tegra-video/ |