Hi Conor, Le jeudi 24 septembre 2026 à 17:55 +0100, Conor Dooley a écrit : > 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? I've checked the vendor DT before they moved to the mainline driver, and they never used this binding (actually they never made bindings). Here's what the DT was: vpu: vpu@38300000 { compatible = "nxp,imx8mq-hantro"; reg = <0x38300000 0x200000>; reg-names = "regs_hantro"; interrupts = , ; interrupt-names = "irq_hantro_g1", "irq_hantro_g2"; clocks = <&clk IMX8MQ_CLK_VPU_G1_ROOT>, <&clk IMX8MQ_CLK_VPU_G2_ROOT>, <&clk IMX8MQ_CLK_VPU_DEC_ROOT>; clock-names = "clk_hantro_g1", "clk_hantro_g2", "clk_hantro_bus"; assigned-clocks = <&clk IMX8MQ_CLK_VPU_G1>, <&clk IMX8MQ_CLK_VPU_G2>, <&clk IMX8MQ_CLK_VPU_BUS>; assigned-clock-parents = <&clk IMX8MQ_VPU_PLL_OUT>, <&clk IMX8MQ_VPU_PLL_OUT>, <&clk IMX8MQ_SYS1_PLL_800M>; assigned-clock-rates = <600000000>, <600000000>, <800000000>; power-domains = <&pgc_vpu>; status = "disabled"; }; I've not aware of any other OS or booloader that offers media capabilities using Linux mainline DT. The now deprecated nxp,imx8mq-vpu compatible had a short live in the Linux tree if my memory is correct. Hope this is enough justification. regards, Nicolas > > > > > 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 > >