bugfix for i.mx31 CCM_UPCTL reg

Signed-off-by: Maxim Artamonov <scn1874 at yandex.ru>
This commit is contained in:
Maxim Artamonov 2008-12-03 05:38:17 +03:00 committed by Jean-Christophe PLAGNIOL-VILLARD
parent 8f86a3636e
commit 685533646f
1 changed files with 1 additions and 1 deletions

View File

@ -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)