mbox series

[0/6] arm64: V4M GrayHawk Sound support

Message ID 87jzifkxi4.wl-kuninori.morimoto.gx@renesas.com (mailing list archive)
Headers show
Series arm64: V4M GrayHawk Sound support | expand

Message

Kuninori Morimoto June 24, 2024, 12:14 a.m. UTC
Hi Geert
Cc Khanh

This patch-set adds V4M GrayHawk Sound support.
Because V4M has only 1 SSI, we need to switch Playback/Capture when use.
You can find how to do it on DT file.

[2/6] is not related to V4M, but fixup for V4H sound.
[6/6] is for renesas_defconfig.

Kuninori Morimoto (6):
  clk: renesas: r8a779h0: Add Audio clocks
  arm64: dts: renesas: r8a779g0: tidyup sound DT settings
  arm64: dts: renesas: r8a779h0: R-Car Sound support
  arm64: dts: renesas: gray-hawk-single: Add Sound support
  arm64: defconfig: Enable AK4619 codec support
  arm64: renesas: defconfig: Enable AK4619/Simple_MUX

 .../r8a779g0-white-hawk-ard-audio-da7212.dtso |   4 -
 arch/arm64/boot/dts/renesas/r8a779g0.dtsi     |  17 +--
 .../dts/renesas/r8a779h0-gray-hawk-single.dts | 107 ++++++++++++++++++
 arch/arm64/boot/dts/renesas/r8a779h0.dtsi     |  68 +++++++++++
 arch/arm64/configs/defconfig                  |   1 +
 arch/arm64/configs/renesas_defconfig          |   2 +
 drivers/clk/renesas/r8a779h0-cpg-mssr.c       |   2 +
 7 files changed, 185 insertions(+), 16 deletions(-)

Comments

Kuninori Morimoto June 24, 2024, 12:15 a.m. UTC | #1
Hi Geert

> This patch-set adds V4M GrayHawk Sound support.
> Because V4M has only 1 SSI, we need to switch Playback/Capture when use.
> You can find how to do it on DT file.

It needs AK4619 driver which is now included on ASoC maintainer branch.
It will be merged into Linus tree in v6.11.


Thank you for your help !!
Best regards
---
Kuninori Morimoto