On 28/12/2023 14:16, Jianfeng Liu wrote: > Add compatible for rk3588 Hantro G1 vpu decoder. > > Signed-off-by: Jianfeng Liu <liujianfeng1994@xxxxxxxxx> > --- > Documentation/devicetree/bindings/media/rockchip-vpu.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/media/rockchip-vpu.yaml b/Documentation/devicetree/bindings/media/rockchip-vpu.yaml > index c57e1f488..ba41446f6 100644 > --- a/Documentation/devicetree/bindings/media/rockchip-vpu.yaml > +++ b/Documentation/devicetree/bindings/media/rockchip-vpu.yaml > @@ -25,6 +25,7 @@ properties: > - rockchip,px30-vpu > - rockchip,rk3568-vpu > - rockchip,rk3588-av1-vpu > + - rockchip,rk3588-vpu Your driver suggests it is compatible with 3568-vpu. Also, nothing in commit msg explains me differences against existing av1-vpu. Best regards, Krzysztof