From: alexandre.belloni@free-electrons.com (Alexandre Belloni)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/3] ARM: at91: sama5d4: Add SFR
Date: Mon, 10 Nov 2014 16:39:12 +0100 [thread overview]
Message-ID: <20141110153912.GU4068@piout.net> (raw)
In-Reply-To: <1415632471-14672-3-git-send-email-alexandre.belloni@free-electrons.com>
On 10/11/2014 at 16:14:31 +0100, Alexandre Belloni wrote :
> The sama4d4 has Special Function Registers that allow to manage DDR, OHCI, EBI
> and AIC interrupt redirection.
>
> Signed-off-by: Alexandre Belloni <alexandre.belloni@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..580486b056fc 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 = <0xf0038000 0x4000>;
Obviously, that should be reg = <0xf8028000 0x4000>, I'll fix it
> + };
> +
> mmc1: mmc at fc000000 {
> compatible = "atmel,hsmci";
> reg = <0xfc000000 0x600>;
> --
> 2.1.0
>
--
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2014-11-10 15:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-10 15:14 [PATCH 1/3] ARM: at91: Add Special Function Registers binding documentation Alexandre Belloni
2014-11-10 15:14 ` [PATCH 2/3] ARM: at91: sama5d3: Add SFR Alexandre Belloni
2014-11-10 15:14 ` [PATCH 3/3] ARM: at91: sama5d4: " Alexandre Belloni
2014-11-10 15:39 ` Alexandre Belloni [this message]
2014-11-13 9:48 ` [PATCH 1/3] ARM: at91: Add Special Function Registers binding documentation Boris Brezillon
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=20141110153912.GU4068@piout.net \
--to=alexandre.belloni@free-electrons.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 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).