[PATCH 0/2] Add PCM6240 ADC support for AM62D2 EVM

From: Paresh Bhagat

Date: Sat Feb 14 2026 - 03:24:22 EST


This patch series adds support for the PCM6240 audio ADC on the
AM62D2 EVM board, enabling multi-channel audio record functionality.

The series includes:
- Enabling the PCM6240 driver in the ARM64 defconfig.
- Adding device tree configuration for PCM6240 codec with McASP2
interface setup and corresponding pin multiplexing.

This enables audio recording functionality on the AM62D2-EVM.

Boot log-https://gist.github.com/paresh-bhagat12/7cf20989320bf06a3e72dfe69fba071f

Tech Ref Manual-https://www.ti.com/lit/pdf/sprujd4
Schematics Link-https://www.ti.com/lit/zip/sprcal5

Paresh Bhagat (1):
arm64: defconfig: Enable PCM6240 ADC driver as module

Vishnu Singh (1):
arm64: dts: ti: k3-am62d2-evm: Add PCM6240 ADC support

arch/arm64/boot/dts/ti/k3-am62d2-evm.dts | 63 ++++++++++++++++++++++++
arch/arm64/configs/defconfig | 1 +
2 files changed, 64 insertions(+)

--
2.34.1