diff options
| author | Detlev Casanova <detlev.casanova@collabora.com> | 2025-06-23 12:07:16 -0400 |
|---|---|---|
| committer | Hans Verkuil <hverkuil@xs4all.nl> | 2025-07-12 08:34:48 +0200 |
| commit | a5c4a652647609938e0ce4ff1f3d4ad4cdac6262 (patch) | |
| tree | f3a15f79d707be17925a8816879043b65dee684d | |
| parent | c6ffb7e1fb90b28d95b054564f89a3fba0e0d077 (diff) | |
media: dt-bindings: rockchip: Add RK3576 Video Decoder bindings
The video decoder in RK3576 (vdpu383) is described the same way as the
one in RK3588 (vdpu381). A new compatible is added as the driver
implementation will be different.
Signed-off-by: Detlev Casanova <detlev.casanova@collabora.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
| -rw-r--r-- | Documentation/devicetree/bindings/media/rockchip,vdec.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/media/rockchip,vdec.yaml b/Documentation/devicetree/bindings/media/rockchip,vdec.yaml index e9b82dc05fd1..96b6c8938768 100644 --- a/Documentation/devicetree/bindings/media/rockchip,vdec.yaml +++ b/Documentation/devicetree/bindings/media/rockchip,vdec.yaml @@ -17,6 +17,7 @@ properties: compatible: oneOf: - const: rockchip,rk3399-vdec + - const: rockchip,rk3576-vdec - const: rockchip,rk3588-vdec - items: - enum: @@ -104,7 +105,9 @@ allOf: properties: compatible: contains: - const: rockchip,rk3588-vdec + enum: + - rockchip,rk3576-vdec + - rockchip,rk3588-vdec then: properties: reg: |
