public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Maxim Artamonov <scn1874@yandex.ru>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] bugfix for i.mx31 CCM_UPCTL reg
Date: Wed, 03 Dec 2008 05:38:17 +0300	[thread overview]
Message-ID: <511771228271897@webmail23.yandex.ru> (raw)

Signed-off-by: Maxim Artamonov <scn1874@yandex.ru>

---
Simple bugfix.

 include/asm-arm/arch-mx31/mx31-regs.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/asm-arm/arch-mx31/mx31-regs.h b/include/asm-arm/arch-mx31/mx31-regs.h
index 78825f5..7d6bd45 100644
--- a/include/asm-arm/arch-mx31/mx31-regs.h
+++ b/include/asm-arm/arch-mx31/mx31-regs.h
@@ -34,7 +34,7 @@
 #define CCM_PDR1	(CCM_BASE + 0x08)
 #define CCM_RCSR	(CCM_BASE + 0x0c)
 #define CCM_MPCTL	(CCM_BASE + 0x10)
-#define CCM_UPCTL	(CCM_BASE + 0x10)
+#define CCM_UPCTL	(CCM_BASE + 0x14)
 #define CCM_SPCTL	(CCM_BASE + 0x18)
 #define CCM_COSR	(CCM_BASE + 0x1C)
 #define CCM_CGR0	(CCM_BASE + 0x20)
-- 
1.5.2.4

             reply	other threads:[~2008-12-03  2:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-03  2:38 Maxim Artamonov [this message]
2008-12-17 21:57 ` [U-Boot] [PATCH] bugfix for i.mx31 CCM_UPCTL reg Jean-Christophe PLAGNIOL-VILLARD

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=511771228271897@webmail23.yandex.ru \
    --to=scn1874@yandex.ru \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox