projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
b99ed27
)
arm: imx6: fix typos in CCM_ANALOG_PLL_VIDEO_DENOM register name
author
Anatolij Gustschin
<agust@denx.de>
Thu, 16 Oct 2014 18:37:25 +0000
(20:37 +0200)
committer
Stefano Babic
<sbabic@denx.de>
Thu, 30 Oct 2014 09:51:24 +0000
(10:51 +0100)
Fix name for Video PLL denominator register.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
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
e67b5b9
..
85e301c
100644
(file)
--- a/
arch/arm/include/asm/arch-mx6/crm_regs.h
+++ b/
arch/arm/include/asm/arch-mx6/crm_regs.h
@@
-89,7
+89,7
@@
struct mxc_ccm_reg {
u32 analog_pll_video_tog;
u32 analog_pll_video_num; /* 0x40b0 */
u32 analog_reserved6[3];
- u32 analog_pll_v
edio_denon
; /* 0x40c0 */
+ u32 analog_pll_v
ideo_denom
; /* 0x40c0 */
u32 analog_reserved7[7];
u32 analog_pll_enet; /* 0x40e0 */
u32 analog_pll_enet_set;