This patch series adds support for audio via headphone jack on SK-AM62A-LP. The jack is wired to TLV320AIC3106 (codec), which is connected to McASP1 (serializer) on the SoC. The TRRS 3.5mm jack can be used for simultaneous playback and recording. Signed-off-by: Jai Luthra <j-luthra@xxxxxx> --- Changes in v2: - Move the patch that enables TPS6593 PMIC to this series - Link to v1: https://lore.kernel.org/r/20230731-mcasp_am62a-v1-0-8bd137ffa8f1@xxxxxx --- Jai Luthra (5): arm64: dts: ti: k3-am62a-main: Add nodes for McASP arm64: dts: ti: k3-am62a7-sk: Split vcc_3v3 regulators arm64: dts: ti: k3-am62a7-sk: Drop i2c-1 to 100Khz arm64: dts: ti: k3-am62a7-sk: Enable audio on AM62A arm64: defconfig: Enable TPS6593 PMIC for SK-AM62A Julien Panis (1): arm64: dts: ti: k3-am62a7-sk: Add support for TPS6593 PMIC arch/arm64/boot/dts/ti/k3-am62a-main.dtsi | 60 ++++++++++ arch/arm64/boot/dts/ti/k3-am62a7-sk.dts | 189 +++++++++++++++++++++++++++++- arch/arm64/configs/defconfig | 1 + 3 files changed, 247 insertions(+), 3 deletions(-) --- base-commit: 18030226a48de1fbfabf4ae16aaa2695a484254f change-id: 20230731-mcasp_am62a-af1660624f97 Best regards, -- Jai Luthra <j-luthra@xxxxxx>