From: Nicolas Dufresne <nicolas.dufresne@collabora.com>
To: Conor Dooley <conor@kernel.org>,
Benjamin Gaignard <benjamin.gaignard@collabora.com>
Cc: p.zabel@pengutronix.de, mchehab@kernel.org, robh@kernel.org,
krzk+dt@kernel.org, conor+dt@kernel.org, Frank.Li@nxp.com,
s.hauer@pengutronix.de, kernel@pengutronix.de,
festevam@gmail.com, linux-media@vger.kernel.org,
linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org,
imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, kernel@collabora.com
Subject: Re: [PATCH v3 2/3] media: dt-bindings: media: nxp, imx8mq-vpu: Remove nxp,imx8mq-vpu
Date: Thu, 24 Sep 2026 13:51:13 -0400 [thread overview]
Message-ID: <518ec010db104f6f0e7c85607a97af408da44eed.camel@collabora.com> (raw)
In-Reply-To: <20260924-compare-useable-3e2863b66924@spud>
[-- Attachment #1: Type: text/plain, Size: 2718 bytes --]
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 = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
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 <benjamin.gaignard@collabora.com>
> > ---
> > .../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
> >
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
next prev parent reply other threads:[~2026-09-24 17:51 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-24 13:04 [PATCH v3 0/3] Remove unused variant and code clean up Benjamin Gaignard
2026-09-24 13:04 ` [PATCH v3 1/3] media: verisilicon: Remove deprecated variant Benjamin Gaignard
2026-09-24 14:16 ` Frank Li
2026-09-24 13:04 ` [PATCH v3 2/3] media: dt-bindings: media: nxp, imx8mq-vpu: Remove nxp,imx8mq-vpu Benjamin Gaignard
2026-09-24 14:19 ` Frank Li
2026-09-24 16:55 ` Conor Dooley
2026-09-24 17:51 ` Nicolas Dufresne [this message]
2026-09-24 13:04 ` [PATCH v3 3/3] media: verisilicon: Remove useless internal fields Benjamin Gaignard
2026-09-24 14:19 ` Frank Li
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=518ec010db104f6f0e7c85607a97af408da44eed.camel@collabora.com \
--to=nicolas.dufresne@collabora.com \
--cc=Frank.Li@nxp.com \
--cc=benjamin.gaignard@collabora.com \
--cc=conor+dt@kernel.org \
--cc=conor@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=imx@lists.linux.dev \
--cc=kernel@collabora.com \
--cc=kernel@pengutronix.de \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=mchehab@kernel.org \
--cc=p.zabel@pengutronix.de \
--cc=robh@kernel.org \
--cc=s.hauer@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®