[PATCH 01/17] arm64: dts: imx91_93_common: Add clock and sound-dai-cells properties for MQS

From: Chancel Liu

Date: Fri Aug 14 2026 - 03:24:14 EST


From: Chancel Liu <chancel.liu@xxxxxxx>

The "mclk" clock provides the MQS oversampling clock, and #sound-dai-cells
describes the node as an ASoC DAI provider. Both are fixed SoC integration
properties rather than board specific, so add them here in the common dtsi
instead of duplicating them in each board dts.

Signed-off-by: Chancel Liu <chancel.liu@xxxxxxx>
---
arch/arm64/boot/dts/freescale/imx91_93_common.dtsi | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/imx91_93_common.dtsi b/arch/arm64/boot/dts/freescale/imx91_93_common.dtsi
index a1a7e6a0571b..a68ffd04ee08 100644
--- a/arch/arm64/boot/dts/freescale/imx91_93_common.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx91_93_common.dtsi
@@ -100,13 +100,19 @@ gic: interrupt-controller@48000000 {

mqs1: mqs1 {
compatible = "fsl,imx93-mqs";
+ clocks = <&clk IMX93_CLK_MQS1_GATE>;
+ clock-names = "mclk";
gpr = <&aonmix_ns_gpr>;
+ #sound-dai-cells = <0>;
status = "disabled";
};

mqs2: mqs2 {
compatible = "fsl,imx93-mqs";
+ clocks = <&clk IMX93_CLK_MQS2_GATE>;
+ clock-names = "mclk";
gpr = <&wakeupmix_gpr>;
+ #sound-dai-cells = <0>;
status = "disabled";
};

--
2.50.1