Re: [PATCH v2] arm64: dts: imx93-11x11-frdm: Add MQS audio support
From: Daniel Baluta <hidden>
Date: 2026-01-12 15:16:34
Also in:
imx, linux-devicetree, lkml
From: Daniel Baluta <hidden>
Date: 2026-01-12 15:16:34
Also in:
imx, linux-devicetree, lkml
On Mon, Jan 12, 2026 at 4:38 PM Fabio Estevam [off-list ref] wrote:
On Mon, Jan 12, 2026 at 10:53 AM Daniel Baluta [off-list ref] wrote:quoted
+ + 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?