Hi Jonas, Am Montag, 6. November 2023, 00:36:13 CEST schrieb Jonas Karlman: > Add a RK3288 compatible for a version of the Rockchip VDEC IP that only > support HEVC decoding. > > Signed-off-by: Jonas Karlman <jonas@xxxxxxxxx> While looking for something else in my inbox, I stumbled upon this series. Looking at 6.12-rc1, it seems the rk3288 parts at least didn't make it in yet, so I guess I a rebase+resend might be in order? Heiko > --- > Documentation/devicetree/bindings/media/rockchip,vdec.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/media/rockchip,vdec.yaml b/Documentation/devicetree/bindings/media/rockchip,vdec.yaml > index 08b02ec16755..0f00e9c86737 100644 > --- a/Documentation/devicetree/bindings/media/rockchip,vdec.yaml > +++ b/Documentation/devicetree/bindings/media/rockchip,vdec.yaml > @@ -16,7 +16,9 @@ description: |- > properties: > compatible: > oneOf: > - - const: rockchip,rk3399-vdec > + - enum: > + - rockchip,rk3288-vdec > + - rockchip,rk3399-vdec > - items: > - enum: > - rockchip,rk3228-vdec >