From: Simon Horman <horms@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 03/13] ARM: shmobile: r8a7793: add R-Car sound support to device tree
Date: Tue, 05 Jan 2016 21:29:55 +0000 [thread overview]
Message-ID: <20160105212954.GC5126@verge.net.au> (raw)
In-Reply-To: <CAMuHMdVbExt45=sqXN-=F5sTH_v_j36Ahg-Ni=ZdVf8Fb_gLpA@mail.gmail.com>
On Tue, Jan 05, 2016 at 10:16:04AM +0100, Geert Uytterhoeven wrote:
> Hi Simon,
>
> On Mon, Jan 4, 2016 at 11:27 PM, Simon Horman
> <horms+renesas@verge.net.au> wrote:
> > Instantiate R-Car sound node in r8a7793 device tree.
> > This only supports PIO transfers.
> >
> > Based on similar work for the r8a7791 by Kuninori Morimoto.
> >
> > Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> >
> > ---
> > v2
> > * Added audmapp
>
> Really??
>
> > ---
> > arch/arm/boot/dts/r8a7793.dtsi | 83 ++++++++++++++++++++++++++++++++++++++++++
> > 1 file changed, 83 insertions(+)
> >
> > diff --git a/arch/arm/boot/dts/r8a7793.dtsi b/arch/arm/boot/dts/r8a7793.dtsi
> > index fa8a0d772d51..90959a925edd 100644
> > --- a/arch/arm/boot/dts/r8a7793.dtsi
> > +++ b/arch/arm/boot/dts/r8a7793.dtsi
> > @@ -1101,4 +1101,87 @@
> > #iommu-cells = <1>;
> > status = "disabled";
> > };
> > +
> > + 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>;
> > + */
> > + compatible = "renesas,rcar_sound-r8a7793", "renesas,rcar_sound-gen2";
> > + reg = <0 0xec500000 0 0x1000>, /* SCU */
> > + <0 0xec5a0000 0 0x100>, /* ADG */
> > + <0 0xec540000 0 0x1000>, /* SSIU */
> > + <0 0xec541000 0 0x280>; /* SSI */
> > + reg-names = "scu", "adg", "ssiu", "ssi";
>
> No "audmapp"...
Sorry about that, audmapp is added by another patch
"ARM: shmobile: r8a7793: enable Audio DMAC peri peri via sound driver".
next prev parent reply other threads:[~2016-01-05 21:29 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-04 22:27 [PATCH v2 00/13] r8a7793, gose: Add audio support to device tree Simon Horman
2016-01-04 22:27 ` [PATCH v2 01/13] ARM: shmobile: r8a7793: add audio clock " Simon Horman
2016-01-04 22:27 ` [PATCH v2 02/13] ARM: shmobile: r8a7793: add m2 " Simon Horman
2016-01-04 22:27 ` [PATCH v2 03/13] ARM: shmobile: r8a7793: add R-Car sound support " Simon Horman
2016-01-05 9:16 ` Geert Uytterhoeven
2016-01-05 21:29 ` Simon Horman [this message]
2016-01-04 22:27 ` [PATCH v2 04/13] ARM: shmobile: r8a7793: add DVC " Simon Horman
2016-01-05 9:59 ` Sergei Shtylyov
2016-01-05 21:24 ` Simon Horman
2016-01-05 21:24 ` Simon Horman
2016-01-04 22:27 ` [PATCH v2 05/13] ARM: shmobile: r8a7793: add audio DMAC clocks " Simon Horman
2016-01-04 22:27 ` [PATCH v2 06/13] ARM: shmobile: r8a7793: add audio DMAC " Simon Horman
2016-01-04 22:27 ` [PATCH v2 07/13] ARM: shmobile: r8a7793: enable Audio DMAC peri peri via sound driver Simon Horman
2016-01-04 22:27 ` [PATCH v2 08/13] ARM: shmobile: gose: Enable sound PIO support in device tree Simon Horman
2016-01-04 22:27 ` [PATCH v2 09/13] ARM: shmobile: gose: enable sound DMA " Simon Horman
2016-01-04 22:27 ` [PATCH v2 10/13] ARM: shmobile: gose: enable sound DMA support via BUSIF " Simon Horman
2016-01-04 22:27 ` [PATCH v2 11/13] ARM: shmobile: gose: enable sound DMA support via SRC " Simon Horman
2016-01-04 22:27 ` [PATCH v2 12/13] ARM: shmobile: gose: enable sound DMA support via DVC " Simon Horman
2016-01-04 22:27 ` [PATCH v2 13/13] ARM: shmobile: r8a7793: enable audio DMAC " Simon Horman
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=20160105212954.GC5126@verge.net.au \
--to=horms@verge.net.au \
--cc=linux-arm-kernel@lists.infradead.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).