linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: eric@eukrea.com (Eric Bénard)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/8] MX25: put define for OTG base address in right include
Date: Tue,  8 Jun 2010 11:02:55 +0200	[thread overview]
Message-ID: <1275987782-16094-1-git-send-email-eric@eukrea.com> (raw)

the standard place for this define is include/mach/mx25.h

Signed-off-by: Eric B?nard <eric@eukrea.com>
---
 arch/arm/mach-mx25/devices.c          |    2 --
 arch/arm/plat-mxc/include/mach/mx25.h |    1 +
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-mx25/devices.c b/arch/arm/mach-mx25/devices.c
index 3a405fa..032a347 100644
--- a/arch/arm/mach-mx25/devices.c
+++ b/arch/arm/mach-mx25/devices.c
@@ -117,8 +117,6 @@ struct platform_device mxc_uart_device4 = {
 	.num_resources = ARRAY_SIZE(uart4),
 };
 
-#define MX25_OTG_BASE_ADDR 0x53FF4000
-
 static u64 otg_dmamask = DMA_BIT_MASK(32);
 
 static struct resource mxc_otg_resources[] = {
diff --git a/arch/arm/plat-mxc/include/mach/mx25.h b/arch/arm/plat-mxc/include/mach/mx25.h
index 4eb6e33..bc0ba27 100644
--- a/arch/arm/plat-mxc/include/mach/mx25.h
+++ b/arch/arm/plat-mxc/include/mach/mx25.h
@@ -34,6 +34,7 @@
 #define MX25_NFC_BASE_ADDR		0xbb000000
 #define MX25_DRYICE_BASE_ADDR		0x53ffc000
 #define MX25_LCDC_BASE_ADDR		0x53fbc000
+#define MX25_OTG_BASE_ADDR		0x53ff4000
 
 #define MX25_INT_DRYICE	25
 #define MX25_INT_FEC	57
-- 
1.6.3.3

             reply	other threads:[~2010-06-08  9:02 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-08  9:02 Eric Bénard [this message]
2010-06-08  9:02 ` [PATCH 2/8] plat-mxc/ehci.c: add i.MX25 support Eric Bénard
2010-06-08  9:02   ` [PATCH 3/8] i.MX25: fix get_rate_otg to return the correct value Eric Bénard
2010-06-08  9:02     ` [PATCH 4/8] i.MX25: fix EHCI support Eric Bénard
2010-06-08  9:02       ` [PATCH 5/8] i.MX25: fix USB gadget support Eric Bénard
2010-06-08  9:03         ` [PATCH 6/8] i.MX25: add AUDMUX and SSI support Eric Bénard
2010-06-08  9:03           ` [PATCH 7/8] i.MX25: add cpuimx25 module and its baseboard Eric Bénard
2010-06-08  9:03             ` [PATCH 8/8] eukrea-tlv320: add support for our i.MX25 board Eric Bénard
2010-06-10  6:36 ` [PATCH 1/8] MX25: put define for OTG base address in right include Sascha Hauer
2010-06-10  7:00   ` Eric Bénard

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=1275987782-16094-1-git-send-email-eric@eukrea.com \
    --to=eric@eukrea.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).