From: josh.wu@atmel.com (Josh Wu)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 3/3] ARM: at91: sama5d4: Add SFR
Date: Wed, 26 Nov 2014 11:13:48 +0800 [thread overview]
Message-ID: <5475456C.509@atmel.com> (raw)
In-Reply-To: <1416933604-31446-3-git-send-email-alexandre.belloni@free-electrons.com>
Hi, Alexandre
On 11/26/2014 12:40 AM, Alexandre Belloni wrote:
> The sama4d4 has Special Function Registers that allow to manage DDR, OHCI, EBI
> and AIC interrupt redirection.
Just a nitpick, It should be sama5d4, not sama4d4.
Best Regards,
Josh Wu
>
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
> ---
> arch/arm/boot/dts/sama5d4.dtsi | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi
> index e0157b0f075c..9e281e22d591 100644
> --- a/arch/arm/boot/dts/sama5d4.dtsi
> +++ b/arch/arm/boot/dts/sama5d4.dtsi
> @@ -826,6 +826,11 @@
> status = "disabled";
> };
>
> + sfr: sfr at f8028000 {
> + compatible = "atmel,sama5d4-sfr", "syscon";
> + reg = <0xf8028000 0x4000>;
> + };
> +
> mmc1: mmc at fc000000 {
> compatible = "atmel,hsmci";
> reg = <0xfc000000 0x600>;
WARNING: multiple messages have this Message-ID (diff)
From: Josh Wu <josh.wu@atmel.com>
To: Alexandre Belloni <alexandre.belloni@free-electrons.com>,
Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: Boris Brezillon <boris.brezillon@free-electrons.com>,
"Jean-Christophe Plagniol-Villard" <plagnioj@jcrosoft.com>,
<linux-kernel@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v2 3/3] ARM: at91: sama5d4: Add SFR
Date: Wed, 26 Nov 2014 11:13:48 +0800 [thread overview]
Message-ID: <5475456C.509@atmel.com> (raw)
In-Reply-To: <1416933604-31446-3-git-send-email-alexandre.belloni@free-electrons.com>
Hi, Alexandre
On 11/26/2014 12:40 AM, Alexandre Belloni wrote:
> The sama4d4 has Special Function Registers that allow to manage DDR, OHCI, EBI
> and AIC interrupt redirection.
Just a nitpick, It should be sama5d4, not sama4d4.
Best Regards,
Josh Wu
>
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
> ---
> arch/arm/boot/dts/sama5d4.dtsi | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi
> index e0157b0f075c..9e281e22d591 100644
> --- a/arch/arm/boot/dts/sama5d4.dtsi
> +++ b/arch/arm/boot/dts/sama5d4.dtsi
> @@ -826,6 +826,11 @@
> status = "disabled";
> };
>
> + sfr: sfr@f8028000 {
> + compatible = "atmel,sama5d4-sfr", "syscon";
> + reg = <0xf8028000 0x4000>;
> + };
> +
> mmc1: mmc@fc000000 {
> compatible = "atmel,hsmci";
> reg = <0xfc000000 0x600>;
next prev parent reply other threads:[~2014-11-26 3:13 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-25 16:40 [PATCH v2 1/3] ARM: at91: Add Special Function Registers binding documentation Alexandre Belloni
2014-11-25 16:40 ` Alexandre Belloni
2014-11-25 16:40 ` [PATCH v2 2/3] ARM: at91: sama5d3: Add SFR Alexandre Belloni
2014-11-25 16:40 ` Alexandre Belloni
2014-11-25 16:40 ` [PATCH v2 3/3] ARM: at91: sama5d4: " Alexandre Belloni
2014-11-25 16:40 ` Alexandre Belloni
2014-11-26 3:13 ` Josh Wu [this message]
2014-11-26 3:13 ` Josh Wu
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=5475456C.509@atmel.com \
--to=josh.wu@atmel.com \
--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 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.