All of lore.kernel.org
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert@linux-m68k.org>
To: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: Magnus <magnus.damm@gmail.com>,
	Linux-Renesas <linux-renesas-soc@vger.kernel.org>,
	YUYA HAMAMACHI <yuya.hamamachi.sx@renesas.com>,
	Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>,
	Yusuke Goda <yusuke.goda.sx@renesas.com>
Subject: Re: [PATCH] arm64: dts: renesas: r8a77961.dtsi: Enable Sound / Audio-DMAC
Date: Thu, 27 Aug 2020 09:57:16 +0200	[thread overview]
Message-ID: <CAMuHMdULmm9ZnZX83XtLnMZDOE53ebzPNZ-8VjCeyYu0jHMNVw@mail.gmail.com> (raw)
In-Reply-To: <87h7sovdvt.wl-kuninori.morimoto.gx@renesas.com>

Hi Morimoto-san,

Thanks for your patch!

On Thu, Aug 27, 2020 at 7:50 AM Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com> wrote:
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
>
> This patch enables Sound and Audio-DMAC for R-Car M3-W+ (R8A77961).
> It is tested on R-Car M3-W+ Salvator-XS board.
>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
i.e. will queue in renesas-devel for v5.10.

> --- a/arch/arm64/boot/dts/renesas/r8a77961.dtsi
> +++ b/arch/arm64/boot/dts/renesas/r8a77961.dtsi
> @@ -1230,27 +1230,494 @@ vin7: video@e6ef7000 {
>                 };
>
>                 rcar_sound: sound@ec500000 {
> +                       /*
> +                        * #sound-dai-cells is required
> +                        *
> +                        * Single DAI : #sound-dai-cells = <0>; <&rcar_sound>;
> +                        * Multi  DAI : #sound-dai-cells = <1>; <&rcar_sound N>;
> +                        */
> +                       /*
> +                        * #clock-cells is required for audio_clkout0/1/2/3
> +                        *
> +                        * clkout       : #clock-cells = <0>;   <&rcar_sound>;
> +                        * clkout0/1/2/3: #clock-cells = <1>;   <&rcar_sound N>;
> +                        */
> +                       compatible =  "renesas,rcar_sound-r8a77961", "renesas,rcar_sound-gen3";

Please make sure "renesas,rcar_sound-r8a77961" is added to the DT bindings
document, too.

Thank you!

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

  reply	other threads:[~2020-08-27  7:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <TY2PR01MB3692415621B77BF7EF5023B6D8570@TY2PR01MB3692.jpnprd01.prod.outlook.com>
     [not found] ` <OSBPR01MB3014AF47303AC074CB23BE55BC570@OSBPR01MB3014.jpnprd01.prod.outlook.com>
     [not found]   ` <TY2PR01MB3692235B5EDEAF166079BCADD8570@TY2PR01MB3692.jpnprd01.prod.outlook.com>
     [not found]     ` <87pn7fwblp.wl-kuninori.morimoto.gx@renesas.com>
     [not found]       ` <87k0xnw77b.wl-kuninori.morimoto.gx@renesas.com>
     [not found]         ` <TY2PR01MB3692A2CC69847BFBCF038E47D8570@TY2PR01MB3692.jpnprd01.prod.outlook.com>
     [not found]           ` <87imd7w6og.wl-kuninori.morimoto.gx@renesas.com>
     [not found]             ` <87h7srw6kn.wl-kuninori.morimoto.gx@renesas.com>
     [not found]               ` <OSBPR01MB3014F048A8DAFFDD98FD6342BC570@OSBPR01MB3014.jpnprd01.prod.outlook.com>
     [not found]                 ` <87ft89vxq5.wl-kuninori.morimoto.gx@renesas.com>
     [not found]                   ` <87k0xkvigy.wl-kuninori.morimoto.gx@renesas.com>
     [not found]                     ` <OSBPR01MB3014BA37617E3D98EEB14211BC550@OSBPR01MB3014.jpnprd01.prod.outlook.com>
     [not found]                       ` <87imd4vfed.wl-kuninori.morimoto.gx@renesas.com>
2020-08-27  5:49                         ` [PATCH] arm64: dts: renesas: r8a77961.dtsi: Enable Sound / Audio-DMAC Kuninori Morimoto
2020-08-27  7:57                           ` Geert Uytterhoeven [this message]
2020-08-27 22:38                             ` Kuninori Morimoto

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAMuHMdULmm9ZnZX83XtLnMZDOE53ebzPNZ-8VjCeyYu0jHMNVw@mail.gmail.com \
    --to=geert@linux-m68k.org \
    --cc=kuninori.morimoto.gx@renesas.com \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=yoshihiro.shimoda.uh@renesas.com \
    --cc=yusuke.goda.sx@renesas.com \
    --cc=yuya.hamamachi.sx@renesas.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.