diff options
author | Dinh Nguyen <dinguyen@opensource.altera.com> | 2015-04-15 16:44:33 -0500 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-04-21 12:23:17 +0200 |
commit | 8b73dda86b5ce3c1f67385e812d79785f95157f1 (patch) | |
tree | ee4589fc6a8fb7791d73e90cef0a3148b16472ad /board/altera | |
parent | 0ef44d1150cfae5eb5eaea27db129547ac9f1ff7 (diff) | |
download | u-boot-imx-8b73dda86b5ce3c1f67385e812d79785f95157f1.zip u-boot-imx-8b73dda86b5ce3c1f67385e812d79785f95157f1.tar.gz u-boot-imx-8b73dda86b5ce3c1f67385e812d79785f95157f1.tar.bz2 |
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>
Diffstat (limited to 'board/altera')
-rw-r--r-- | board/altera/socfpga/pll_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/altera/socfpga/pll_config.h b/board/altera/socfpga/pll_config.h index 8130fa4..7cd25df 100644 --- a/board/altera/socfpga/pll_config.h +++ b/board/altera/socfpga/pll_config.h @@ -36,7 +36,7 @@ /* Peripheral PLL */ #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: * 0 = EOSC1 |