arm64: dts: tqma8mnql: Add EASRC support

Enable EASRC support in tlv320aic32x4 sound card.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Alexander Stein
2025-05-20 14:08:18 +02:00
committed by Shawn Guo
parent abe127c467
commit 449d38f551
3 changed files with 9 additions and 1 deletions

View File

@@ -79,6 +79,10 @@ &sai3 {
<&clk IMX8MN_AUDIO_PLL2_OUT>;
};
&sound {
audio-asrc = <&easrc>;
};
&tlv320aic3x04 {
clock-names = "mclk";
clocks = <&clk IMX8MN_CLK_SAI3_ROOT>;

View File

@@ -52,6 +52,10 @@ &A53_0 {
cpu-supply = <&buck2_reg>;
};
&easrc {
status = "okay";
};
&flexspi {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_flexspi>;

View File

@@ -136,7 +136,7 @@ reg_vcc_3v3: regulator-3v3 {
regulator-max-microvolt = <3300000>;
};
sound {
sound: sound {
compatible = "fsl,imx-audio-tlv320aic32x4";
model = "tqm-tlv320aic32";
ssi-controller = <&sai3>;