diff options
author | Nicolas Frattaroli <frattaroli.nicolas@gmail.com> | 2022-06-12 16:53:44 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-07-08 14:54:12 +0100 |
commit | 5484ea9229a1decd6662dce2d8ab2920289d69d4 (patch) | |
tree | e074a2588652753196b20439ffb0e738b15b15a7 /MAINTAINERS | |
parent | a621cc4bed97e49f5a8019f5215dec7e208a7c4d (diff) |
media: dt-binding: media: Add rk3568-vepu binding
The RK3568 and RK3566 have a Hantro VPU node solely dedicated to
encoding. This patch adds a new binding to describe it, as it
does not really fit the rockchip-vpu binding, since there is no
decoder.
Signed-off-by: Nicolas Frattaroli <frattaroli.nicolas@gmail.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ef3ec334fae9..ffe006d5a532 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8668,6 +8668,7 @@ L: linux-media@vger.kernel.org L: linux-rockchip@lists.infradead.org S: Maintained F: Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.yaml +F: Documentation/devicetree/bindings/media/rockchip,rk3568-vepu.yaml F: Documentation/devicetree/bindings/media/rockchip-vpu.yaml F: drivers/staging/media/hantro/ |