projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bb7e31
)
i.MX6: change register name for CCM_CHSCCDR to match ref. manual
author
Eric Nelson
<eric.nelson@boundarydevices.com>
Mon, 17 Sep 2012 10:20:50 +0000
(10:20 +0000)
committer
Tom Rini
<trini@ti.com>
Mon, 15 Oct 2012 18:54:08 +0000
(11:54 -0700)
Register CCM_CHSCCDR (offset 0x34 in CCM) is named CCM_CHSCCDR in
reference manual, but was named chscdr in struct mxc_ccm_reg.
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
arch/arm/include/asm/arch-mx6/crm_regs.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-mx6/crm_regs.h
b/arch/arm/include/asm/arch-mx6/crm_regs.h
index 59b17b959f7c5c6eda5bad20992ea8de8b0cb386..f066461b650e038d793a19af634a22734b1c0242 100644
(file)
--- a/
arch/arm/include/asm/arch-mx6/crm_regs.h
+++ b/
arch/arm/include/asm/arch-mx6/crm_regs.h
@@
-34,7
+34,7
@@
struct mxc_ccm_reg {
u32 cs1cdr;
u32 cs2cdr;
u32 cdcdr; /* 0x0030 */
- u32 chscdr;
+ u32 chsc
c
dr;
u32 cscdr2;
u32 cscdr3;
u32 cscdr4; /* 0x0040 */