mbox series

[0/4] Add SOF support for new board revisions

Message ID 20250122163544.1392869-1-daniel.baluta@nxp.com (mailing list archive)
Headers show
Series Add SOF support for new board revisions | expand

Message

Daniel Baluta Jan. 22, 2025, 4:35 p.m. UTC
We introduce SOF support for new board revisions for i.MX8MP/QM/QXP
which wrt audio they replace wm8960 codec with wm8962.

Also add support for cs42888 codec on i.MX8QM/8QXP baseboard.

Patches 1-3 are already merged in linux SOF tree and they can be merged
via asoc tree.

Patch 4 documents the new compatible strings and can be merged via DT
tree or asoc.

Daniel Baluta (1):
  ASoC: SOF: imx: Add mach entry to select cs42888 topology

Iuliana Prodan (3):
  dt-bindings: arm: imx: Add board revisions for i.MX8MP, i.MX8QM and
    i.MX8QXP
  ASoC: SOF: imx8: Add entries for new 8QM and 8QXP revisions
  ASoC: SOF: imx8m: Add entry for new 8M Plus revision

 .../devicetree/bindings/arm/fsl.yaml          |  3 +++
 sound/soc/sof/imx/imx8.c                      | 21 +++++++++++++++++++
 sound/soc/sof/imx/imx8m.c                     |  5 +++++
 3 files changed, 29 insertions(+)