Re: [PATCH v2] arm64: dts: imx93-11x11-frdm: Add MQS audio support

From: Daniel Baluta

Date: Mon Jan 12 2026 - 10:16:34 EST


On Mon, Jan 12, 2026 at 4:38 PM Fabio Estevam <festevam@xxxxxxxxx> wrote:
>
> On Mon, Jan 12, 2026 at 10:53 AM Daniel Baluta <daniel.baluta@xxxxxxx> wrote:
>
> > +
> > + sound-mqs {
> > + compatible = "fsl,imx6sx-sdb-mqs",
> > + "fsl,imx-audio-mqs";
>
> Wouldn't it make more sense to use compatible = "fsl,imx-audio-mqs" instead?

Yes, this is a good catch. Will fix it in v3.

Discussion for future patches:

1) is it common practice to always have a more specific compatible
even if not used now.

e.g Use

compatible = "fsl,imx93-audio-frdm-mqs", "fsl,imx-audio-mqs";?

2) The current compatible:

compatible = "fsl,imx6sx-sdb-mqs",
"fsl,imx-audio-mqs";

is already used for imx91-11x11-frdm.dts so I guess we should keep it like this
as this is already ABI right?