mbox series

[0/4] arm64: V4H Sound support

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

Message

Kuninori Morimoto Jan. 26, 2023, 2:18 a.m. UTC
Hi Geert

This patch-set is for V4H Sound support.

Sound test on V4H needs Custom White Hawk and extra Sound board.
Sound Driver Gen4 part is not yet tested, but SoC parts are OK,
and these are for it.

Kuninori Morimoto (1):
  clk: renesas: r8a779g0: Add Audio clocks

Linh Phung (3):
  pinctrl: renesas: r8a779g0: Add Audio Clock support
  pinctrl: renesas: r8a779g0: Add Audio SSI support
  arm64: dts: renesas: r8a779g0: R-Car Sound support

 arch/arm64/boot/dts/renesas/r8a779g0.dtsi | 78 +++++++++++++++++++++++
 drivers/clk/renesas/r8a779g0-cpg-mssr.c   |  2 +
 drivers/pinctrl/renesas/pfc-r8a779g0.c    | 58 +++++++++++++++++
 3 files changed, 138 insertions(+)

Comments

Kuninori Morimoto Jan. 26, 2023, 2:26 a.m. UTC | #1
Hi Geert

> This patch-set is for V4H Sound support.
> 
> Sound test on V4H needs Custom White Hawk and extra Sound board.
> Sound Driver Gen4 part is not yet tested, but SoC parts are OK,
> and these are for it.

It will indicate DT check warning, because V4H Sound support is not yet included.
Could you please drop [4/4] patch for now ? I will repost it, later.

Thank you for your help !!

Best regards
---
Kuninori Morimoto
Geert Uytterhoeven Jan. 26, 2023, 9:01 a.m. UTC | #2
Hi Morimoto-san,

On Thu, Jan 26, 2023 at 3:18 AM Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com> wrote:
> This patch-set is for V4H Sound support.

Thanks for your series!

> Sound test on V4H needs Custom White Hawk and extra Sound board.

Do you have more details?
I assume you can get digital sound from CN-40?

> Sound Driver Gen4 part is not yet tested, but SoC parts are OK,
> and these are for it.

What do you mean by "Sound Driver Gen4 part"?

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds
Kuninori Morimoto Jan. 26, 2023, 11:23 p.m. UTC | #3
Hi Geert

> > Sound test on V4H needs Custom White Hawk and extra Sound board.
> 
> Do you have more details?
> I assume you can get digital sound from CN-40?

Yes, and need magical connection to extra Sound board.

> > Sound Driver Gen4 part is not yet tested, but SoC parts are OK,
> > and these are for it.
> 
> What do you mean by "Sound Driver Gen4 part"?

Current Sound driver doesn't support Gen4 yet.
We need patch for it. It is not included in this patch-set.

Thank you for your help !!

Best regards
---
Kuninori Morimoto