mbox series

[v2,0/4] arm64: dts: imx93-11x11-evk: Add several sound cards

Message ID 1722217199-10640-1-git-send-email-shengjiu.wang@nxp.com (mailing list archive)
Headers show
Series arm64: dts: imx93-11x11-evk: Add several sound cards | expand

Message

Shengjiu Wang July 29, 2024, 1:39 a.m. UTC
Add bt-sco, PDM microphone, XCVR sound card support.

changes in v2:
- move #sound-dai-cells to i.mx93.dtsi
- fix some coding style issue
- fix CHECK_DTBS issue

Shengjiu Wang (4):
  arm64: dts: imx93: Add #sound-dai-cells property
  arm64: dts: imx93-11x11-evk: add bt-sco sound card support
  arm64: dts: imx93-11x11-evk: Add PDM microphone sound card support
  arm64: dts: imx93-11x11-evk: Add audio XCVR sound card

 .../boot/dts/freescale/imx93-11x11-evk.dts    | 132 ++++++++++++++++++
 arch/arm64/boot/dts/freescale/imx93.dtsi      |   5 +
 2 files changed, 137 insertions(+)

Comments

Shawn Guo Aug. 13, 2024, 2:48 a.m. UTC | #1
On Mon, Jul 29, 2024 at 09:39:55AM +0800, Shengjiu Wang wrote:
> Add bt-sco, PDM microphone, XCVR sound card support.
> 
> changes in v2:
> - move #sound-dai-cells to i.mx93.dtsi
> - fix some coding style issue
> - fix CHECK_DTBS issue
> 
> Shengjiu Wang (4):
>   arm64: dts: imx93: Add #sound-dai-cells property
>   arm64: dts: imx93-11x11-evk: add bt-sco sound card support
>   arm64: dts: imx93-11x11-evk: Add PDM microphone sound card support
>   arm64: dts: imx93-11x11-evk: Add audio XCVR sound card

Applied all, thanks!