From: Alexander Stein Date: Thu, 14 Dec 2023 15:02:43 +0000 (+0100) Subject: arm64: dts: imx8qxp: mba8xx: Add analog audio output on MBa8Xx X-Git-Tag: block-6.9-20240315~46^2~21^2~58 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=147896081b9e3d7709875be5de68f077fbd4da06;p=linux-block.git arm64: dts: imx8qxp: mba8xx: Add analog audio output on MBa8Xx Enable SAI1, add the codec to enable LINE_IN and LINE_OUT support on MBa8Xx on connectors X9 & X10. Signed-off-by: Alexander Stein Reviewed-by: Frank Li Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/mba8xx.dtsi b/arch/arm64/boot/dts/freescale/mba8xx.dtsi index a263c3d00802..6164fefb9218 100644 --- a/arch/arm64/boot/dts/freescale/mba8xx.dtsi +++ b/arch/arm64/boot/dts/freescale/mba8xx.dtsi @@ -116,7 +116,12 @@ regulator-max-microvolt = <3300000>; }; - /* TODO: Audio */ + sound { + compatible = "fsl,imx-audio-tlv320aic32x4"; + model = "tqm-tlv320aic32"; + audio-codec = <&tlv320aic3x04>; + ssi-controller = <&sai1>; + }; }; &adc0 { @@ -204,7 +209,14 @@ }; &i2c1 { - /* TODO: Add Audio codec */ + tlv320aic3x04: audio-codec@18 { + compatible = "ti,tlv320aic32x4"; + reg = <0x18>; + clocks = <&mclkout0_lpcg 0>; + clock-names = "mclk"; + iov-supply = <®_1v8>; + ldoin-supply = <®_3v3>; + }; se97b_1c: temperature-sensor@1c { compatible = "nxp,se97b", "jedec,jc-42.4-temp"; @@ -298,7 +310,16 @@ /* TODO: Mini-PCIe */ -/* TODO: SAI1 */ +&sai1 { + assigned-clocks = <&clk IMX_SC_R_AUDIO_PLL_0 IMX_SC_PM_CLK_PLL>, + <&clk IMX_SC_R_AUDIO_PLL_0 IMX_SC_PM_CLK_SLV_BUS>, + <&clk IMX_SC_R_AUDIO_PLL_0 IMX_SC_PM_CLK_MST_BUS>, + <&sai1_lpcg 0>; + assigned-clock-rates = <786432000>, <49152000>, <12288000>, <49152000>; + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_sai1>; + status = "okay"; +}; &usbotg1 { pinctrl-names = "default";