Skip to content

Commit a5c4a65

Browse files
cazouhverkuil
authored andcommitted
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 <[email protected]> Acked-by: Rob Herring (Arm) <[email protected]> Signed-off-by: Nicolas Dufresne <[email protected]> Signed-off-by: Hans Verkuil <[email protected]>
1 parent c6ffb7e commit a5c4a65

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Documentation/devicetree/bindings/media/rockchip,vdec.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ properties:
1717
compatible:
1818
oneOf:
1919
- const: rockchip,rk3399-vdec
20+
- const: rockchip,rk3576-vdec
2021
- const: rockchip,rk3588-vdec
2122
- items:
2223
- enum:
@@ -104,7 +105,9 @@ allOf:
104105
properties:
105106
compatible:
106107
contains:
107-
const: rockchip,rk3588-vdec
108+
enum:
109+
- rockchip,rk3576-vdec
110+
- rockchip,rk3588-vdec
108111
then:
109112
properties:
110113
reg:

0 commit comments

Comments
 (0)