Commit 449d38f5 authored by Alexander Stein's avatar Alexander Stein Committed by Shawn Guo
Browse files

arm64: dts: tqma8mnql: Add EASRC support



Enable EASRC support in tlv320aic32x4 sound card.

Signed-off-by: default avatarAlexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent abe127c4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -79,6 +79,10 @@ &sai3 {
		 <&clk IMX8MN_AUDIO_PLL2_OUT>;
};

&sound {
	audio-asrc = <&easrc>;
};

&tlv320aic3x04 {
	clock-names = "mclk";
	clocks = <&clk IMX8MN_CLK_SAI3_ROOT>;
+4 −0
Original line number Diff line number Diff line
@@ -52,6 +52,10 @@ &A53_0 {
	cpu-supply = <&buck2_reg>;
};

&easrc {
	status = "okay";
};

&flexspi {
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_flexspi>;
+1 −1
Original line number Diff line number Diff line
@@ -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>;