From: Thierry Reding <thierry.reding@avionic-design.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] Add definition of SA1110 register for PXA2xx processors.
Date: Tue, 02 Oct 2007 07:17:53 +0200 [thread overview]
Message-ID: <20071002051753.16402.86018.stgit@avionic-0027.adnet.avionic-design.de> (raw)
This patch adds the SA1110 register definition for PXA2xx processors. I could
only get my hands on a PXA27x developer's manual, but I'm assuming the
register is available on previous generations as well. If not it should be
moved into a CONFIG_PXA27X section.
Cheers,
Thierry
---
include/asm-arm/arch-pxa/pxa-regs.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/asm-arm/arch-pxa/pxa-regs.h b/include/asm-arm/arch-pxa/pxa-regs.h
index 9b4da3a..099db5a 100644
--- a/include/asm-arm/arch-pxa/pxa-regs.h
+++ b/include/asm-arm/arch-pxa/pxa-regs.h
@@ -2211,6 +2211,7 @@ typedef void (*ExcpHndlr) (void) ;
#define MCIO1 __REG(0x4800003C) /* Card interface I/O Space Socket 1 Timing Configuration */
#define MDMRS __REG(0x48000040) /* MRS value to be written to SDRAM */
#define BOOT_DEF __REG(0x48000044) /* Read-Only Boot-Time Register. Contains BOOT_SEL and PKG_SEL */
+#define SA1110 __REG(0x48000064) /* Static Memory SA-1110 Compatibility Configuration Register */
#define MDREFR_K2FREE (1 << 25) /* SDRAM Free-Running Control */
#define MDREFR_K1FREE (1 << 24) /* SDRAM Free-Running Control */
next reply other threads:[~2007-10-02 5:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-02 5:17 Thierry Reding [this message]
2007-10-02 5:43 ` [U-Boot-Users] [PATCH] Add definition of SA1110 register for PXA2xx processors Wolfgang Denk
2007-10-02 6:51 ` Thierry Reding
2007-10-02 7:18 ` Wolfgang Denk
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=20071002051753.16402.86018.stgit@avionic-0027.adnet.avionic-design.de \
--to=thierry.reding@avionic-design.de \
--cc=u-boot@lists.denx.de \
/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.