mbox series

[v4,0/2] arm64: ti: k3-am62: Enable audio output

Message ID 20220620102750.32718-1-j-luthra@ti.com (mailing list archive)
Headers show
Series arm64: ti: k3-am62: Enable audio output | expand

Message

Jai Luthra June 20, 2022, 10:27 a.m. UTC
This patch series adds support for audio output via headphone jack on the 
AM62-SK board. The jack is wired to TLV320AIC3106 (codec), which is connected 
to McASP (serializer).

The same 3.5mm jack can be used for combined playback+recording, but audio 
input is currently disabled on McASP until further testing and debugging.

v4:
Use audio-friendly 96Mhz source as clock parent for mcasp

v3:
Fix regulator, clock and codec node names

v2:
Move out the patch for sound/soc/ti/davinici-mcasp.c into a separate series

v3: https://lore.kernel.org/all/20220427085053.14964-1-j-luthra@ti.com/
v2: https://lore.kernel.org/all/20220422060052.8548-1-j-luthra@ti.com/
v1: https://lore.kernel.org/all/20220421132224.8601-1-j-luthra@ti.com/

Jai Luthra (1):
  arm64: dts: ti: k3-am625-sk: Add audio output support

Jayesh Choudhary (1):
  arm64: dts: ti: k3-am62-main: Add McASP nodes

 arch/arm64/boot/dts/ti/k3-am62-main.dtsi | 57 +++++++++++++++
 arch/arm64/boot/dts/ti/k3-am625-sk.dts   | 89 ++++++++++++++++++++++++
 2 files changed, 146 insertions(+)