[PATCH 3/6] arm64: dts: Associate easrc to the audio CODEC

From: Adam Ford
Date: Sun Jul 17 2022 - 14:10:33 EST


There is a wm8962 Audio codec already enabled, and the
EASRC is also enabled, but there is nothing connecting them to each
other. Set audio-asrc to point to easrc.

Signed-off-by: Adam Ford <aford173@xxxxxxxxx>

diff --git a/arch/arm64/boot/dts/freescale/imx8mn-beacon-baseboard.dtsi b/arch/arm64/boot/dts/freescale/imx8mn-beacon-baseboard.dtsi
index 224845d24b64..f31ba1101a1d 100644
--- a/arch/arm64/boot/dts/freescale/imx8mn-beacon-baseboard.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mn-beacon-baseboard.dtsi
@@ -67,6 +67,7 @@ sound-codec {
compatible = "fsl,imx-audio-wm8962";
model = "wm8962-audio";
audio-cpu = <&sai3>;
+ audio-asrc = <&easrc>;
audio-codec = <&wm8962>;
audio-routing =
"Headphone Jack", "HPOUTL",
--
2.34.1