On Thu, Sep 24, 2026 at 03:04:52PM +0200, Benjamin Gaignard wrote: > nxp,imx8mq-vpu has been tagged has deprecated since a while. > After driver clean up it is time to remove it. No users in linux doesn't mean no users, but I am guessing that there's genuinely no users elsewhere and anyone using out of tree devicetrees should have updated due to the warning at runtime? > > Signed-off-by: Benjamin Gaignard > --- > .../devicetree/bindings/media/nxp,imx8mq-vpu.yaml | 10 ++++------ > 1 file changed, 4 insertions(+), 6 deletions(-) > > diff --git a/Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.yaml b/Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.yaml > index 19528262810a..69619d2c86fa 100644 > --- a/Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.yaml > +++ b/Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.yaml > @@ -14,12 +14,10 @@ description: > > properties: > compatible: > - oneOf: > - - const: nxp,imx8mq-vpu > - deprecated: true > - - const: nxp,imx8mq-vpu-g1 > - - const: nxp,imx8mq-vpu-g2 > - - const: nxp,imx8mm-vpu-g1 > + enum: > + - nxp,imx8mq-vpu-g1 > + - nxp,imx8mq-vpu-g2 > + - nxp,imx8mm-vpu-g1 > > reg: > maxItems: 1 > -- > 2.53.0 >