Hi, this series adds audio support for TQMa8Xx on MBa8Xx. The first 4 patches add the necessary nodes for providing clocks and SAI, which are used in the last patch. Patch 5 depends on [1], but right now it is to show a consumer. Best regards, Alexander [1] https://lore.kernel.org/all/20231214142327.1962914-1-alexander.stein@xxxxxxxxxxxxxxx/ Alexander Stein (5): arm64: dts: imx8qxp: Add ACM input clock gates arm64: dts: imx8qxp: Add audio clock mux node arm64: dts: imx8qxp: Add audio SAI nodes arm64: dts: imx8qxp: Add mclkout clock gates arm64: dts: imx8qxp: mba8xx: Add analog audio output on MBa8Xx .../boot/dts/freescale/imx8-ss-audio.dtsi | 330 ++++++++++++++++++ arch/arm64/boot/dts/freescale/imx8qxp.dtsi | 7 + arch/arm64/boot/dts/freescale/mba8xx.dtsi | 27 +- 3 files changed, 361 insertions(+), 3 deletions(-) -- 2.34.1