Message ID | 20231214150243.1991532-1-alexander.stein@ew.tq-group.com (mailing list archive) |
---|---|
Headers | show |
Series | TQMa8Xx (imx8qxp) audio support | expand |
On Thu, Dec 14, 2023 at 04:02:38PM +0100, Alexander Stein wrote: > 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@ew.tq-group.com/ > > 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 For all patches Reviewed-by: Frank Li <Frank.Li@nxp.com> > > .../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 >
On Thu, Dec 14, 2023 at 04:02:38PM +0100, Alexander Stein wrote: > 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@ew.tq-group.com/ > > 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 Applied all, thanks!