mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-29 06:31:28 +01:00
arm: socfpga: spl: update peripheral pll for dev kit
"commit 0d13a0051b2c arm: socfpga: Sync Cyclone V DK PLL configuration" mistakenly changed CONFIG_HPS_MAINPLLGRP_VCO_NUMER to 39, the correct value should be 79. Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
This commit is contained in:
parent
0ef44d1150
commit
8b73dda86b
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
/* Peripheral PLL */
|
/* Peripheral PLL */
|
||||||
#define CONFIG_HPS_PERPLLGRP_VCO_DENOM (1)
|
#define CONFIG_HPS_PERPLLGRP_VCO_DENOM (1)
|
||||||
#define CONFIG_HPS_PERPLLGRP_VCO_NUMER (39)
|
#define CONFIG_HPS_PERPLLGRP_VCO_NUMER (79)
|
||||||
/*
|
/*
|
||||||
* To tell where is the VCOs source:
|
* To tell where is the VCOs source:
|
||||||
* 0 = EOSC1
|
* 0 = EOSC1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user