projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f62cd00
)
ARM: arch-mx6: fix PLL2_PFD2_FREQ
author
Markus Niebel
<Markus.Niebel@tqs.de>
Wed, 11 Sep 2013 13:30:14 +0000
(15:30 +0200)
committer
Stefano Babic
<sbabic@denx.de>
Fri, 20 Sep 2013 15:55:35 +0000
(17:55 +0200)
according to the manual frequency of PLL2 PFD2 is 396.000.000
instead of 400.000.000
Signed-off-by: Markus Niebel <Markus.Niebel@tqs.de>
Acked-by: Stefano Babic <sbabic@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 74aefe60f43cb180ba8a735408694058bee6a825..2813593e25bb2c38f7516b83ee6222f4ace0b973 100644
(file)
--- a/
arch/arm/include/asm/arch-mx6/crm_regs.h
+++ b/
arch/arm/include/asm/arch-mx6/crm_regs.h
@@
-892,7
+892,7
@@
struct mxc_ccm_reg {
#define PLL2_PFD0_FREQ 352000000
#define PLL2_PFD1_FREQ 594000000
-#define PLL2_PFD2_FREQ
400
000000
+#define PLL2_PFD2_FREQ
396
000000
#define PLL2_PFD2_DIV_FREQ 200000000
#define PLL3_PFD0_FREQ 720000000
#define PLL3_PFD1_FREQ 540000000