summaryrefslogtreecommitdiffstats
path: root/include/asm-arm
diff options
context:
space:
mode:
authorMaxim Artamonov <scn1874@yandex.ru>2008-12-03 05:38:17 +0300
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-01-24 17:49:04 +0100
commit685533646f4ff17a84ec9265cabb60af325b6e1f (patch)
tree2373a1b51398bd20d1923da0a49e2a09ced155d9 /include/asm-arm
parent8f86a3636ef88427f880610638e80991adc41896 (diff)
downloadtalos-obmc-uboot-685533646f4ff17a84ec9265cabb60af325b6e1f.tar.gz
talos-obmc-uboot-685533646f4ff17a84ec9265cabb60af325b6e1f.zip
bugfix for i.mx31 CCM_UPCTL reg
Signed-off-by: Maxim Artamonov <scn1874 at yandex.ru>
Diffstat (limited to 'include/asm-arm')
-rw-r--r--include/asm-arm/arch-mx31/mx31-regs.h2
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 b04a718e6a..e7360528b6 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)
OpenPOWER on IntegriCloud