mbox series

[v2,0/2] ASoC: ti: j721e-evm: Support for j7200 variant

Message ID 20200910124110.19361-1-peter.ujfalusi@ti.com
Headers show
Series ASoC: ti: j721e-evm: Support for j7200 variant | expand

Message

Peter Ujfalusi Sept. 10, 2020, 12:41 p.m. UTC
Hi,

Changes since v1:
- Suffix the 2359296000 constant with 'u' to silence C90 warning

When j7200 SOM is connected to the CPB, the audio setup is a bit different:
Only 48KHz family have clock path, 44.1KHz is not supported.

Update the binding documentation and add support for the j7200 version of CPB
to the driver.

Regards,
Peter
---
Peter Ujfalusi (2):
  ASoC: dt-bindings: ti,j721e-cpb-audio: Document support for j7200-cpb
  ASoC: ti: j721e-evm: Add support for j7200-cpb audio

 .../bindings/sound/ti,j721e-cpb-audio.yaml    | 92 ++++++++++++++-----
 sound/soc/ti/j721e-evm.c                      | 11 +++
 2 files changed, 81 insertions(+), 22 deletions(-)