mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-26 05:34:30 +08:00
ARM: arch-mx6: fix PLL2_PFD2_FREQ
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>
This commit is contained in:
parent
f62cd00d3d
commit
b4c927b33d
@ -892,7 +892,7 @@ struct mxc_ccm_reg {
|
|||||||
|
|
||||||
#define PLL2_PFD0_FREQ 352000000
|
#define PLL2_PFD0_FREQ 352000000
|
||||||
#define PLL2_PFD1_FREQ 594000000
|
#define PLL2_PFD1_FREQ 594000000
|
||||||
#define PLL2_PFD2_FREQ 400000000
|
#define PLL2_PFD2_FREQ 396000000
|
||||||
#define PLL2_PFD2_DIV_FREQ 200000000
|
#define PLL2_PFD2_DIV_FREQ 200000000
|
||||||
#define PLL3_PFD0_FREQ 720000000
|
#define PLL3_PFD0_FREQ 720000000
|
||||||
#define PLL3_PFD1_FREQ 540000000
|
#define PLL3_PFD1_FREQ 540000000
|
||||||
|
Loading…
Reference in New Issue
Block a user