linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH 02/11][RFC] ARM: shmobile: r8a7790: Add Audio DMAC peri peri devices to DT
Date: Wed, 23 Jul 2014 12:33:24 +0000	[thread overview]
Message-ID: <53CFAB94.20508@cogentembedded.com> (raw)
In-Reply-To: <871ttcvlpl.wl%kuninori.morimoto.gx@renesas.com>

Hello.

On 07/23/2014 06:43 AM, Kuninori Morimoto wrote:

> Instantiate the Audio DMAC peri peri controllers
> in the r8a7790 device tree.

> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> ---
>   arch/arm/boot/dts/r8a7790.dtsi |    7 +++++++
>   1 file changed, 7 insertions(+)

> diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi
> index 9f4fb9c..853a5d1 100644
> --- a/arch/arm/boot/dts/r8a7790.dtsi
> +++ b/arch/arm/boot/dts/r8a7790.dtsi
> @@ -333,6 +333,13 @@
>   		dma-channels = <13>;
>   	};
>
> +	audmapp: audio-dma-pp@0xec740000 {

    As per the ePAPR standard, the node name must be "dma-controller". Also, 
please drop "0x" from the unit-address part of the name.

> +		compatible = "renesas,rcar-audmapp";
> +		#dma-cells = <1>;
> +
> +		reg = <0 0xec740000 0 0x200>;
> +	};
> +

WBR, Sergei


      reply	other threads:[~2014-07-23 12:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-23  2:43 [PATCH 02/11][RFC] ARM: shmobile: r8a7790: Add Audio DMAC peri peri devices to DT Kuninori Morimoto
2014-07-23 12:33 ` Sergei Shtylyov [this message]

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=53CFAB94.20508@cogentembedded.com \
    --to=sergei.shtylyov@cogentembedded.com \
    --cc=linux-sh@vger.kernel.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).