From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH] ARM: shmobile: armadillo: fixup FSI address size
Date: Tue, 03 Dec 2013 08:07:03 +0000 [thread overview]
Message-ID: <87a9gitl2a.wl%kuninori.morimoto.gx@renesas.com> (raw)
In-Reply-To: <87fvtnsxr9.wl%kuninori.morimoto.gx@renesas.com>
FSI address size is 0x400, not 0x8400
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
arch/arm/mach-shmobile/board-armadillo800eva.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-shmobile/board-armadillo800eva.c b/arch/arm/mach-shmobile/board-armadillo800eva.c
index 958e3cb..d9e28c7a 100644
--- a/arch/arm/mach-shmobile/board-armadillo800eva.c
+++ b/arch/arm/mach-shmobile/board-armadillo800eva.c
@@ -958,7 +958,7 @@ static struct resource fsi_resources[] = {
[0] = {
.name = "FSI",
.start = 0xfe1f0000,
- .end = 0xfe1f8400 - 1,
+ .end = 0xfe1f0400 - 1,
.flags = IORESOURCE_MEM,
},
[1] = {
--
1.7.9.5
next prev parent reply other threads:[~2013-12-03 8:07 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-02 3:33 [PATCH] ARM: shmobile: armadillo: fixup ether pinctrol naming Kuninori Morimoto
2013-09-02 10:37 ` Laurent Pinchart
2013-09-02 10:59 ` Sergei Shtylyov
2013-09-02 11:03 ` Laurent Pinchart
2013-09-02 14:02 ` Sergei Shtylyov
2013-09-02 14:07 ` Sergei Shtylyov
2013-12-03 8:07 ` Kuninori Morimoto [this message]
2013-12-05 5:06 ` [PATCH] ARM: shmobile: armadillo: fixup FSI address size 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=87a9gitl2a.wl%kuninori.morimoto.gx@renesas.com \
--to=kuninori.morimoto.gx@renesas.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).