Hi Morimoto-san, On Tue, Mar 7, 2023 at 12:49 AM Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> wrote: > This patch adds Sound support for R-Car V4H. > > Signed-off-by: Linh Phung <linh.phung.jy@xxxxxxxxxxx> > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> Thanks for your patch! > --- a/arch/arm64/boot/dts/renesas/r8a779g0.dtsi > +++ b/arch/arm64/boot/dts/renesas/r8a779g0.dtsi > @@ -185,6 +185,15 @@ scif_clk: scif { > clock-frequency = <0>; > }; > > + /* > + * The clock from AUDIO_CLKIN pin are configured as 0 Hz fixed frequency > + */ > + audio_clkin: audio_clkin { Moving up to preserve sort order (alphabetically). > + compatible = "fixed-clock"; > + #clock-cells = <0>; > + clock-frequency = <0>; > + }; > + > soc: soc { > compatible = "simple-bus"; > interrupt-parent = <&gic>; Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> i.e. will queue in renesas-devel for v6.4, with the above fixed. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx 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