summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorAndy Hu <andy.hu@starfivetech.com>2022-12-19 10:02:16 +0300
committerAndy Hu <andy.hu@starfivetech.com>2022-12-19 10:02:16 +0300
commit7f2ab48f30360ce234eb65426ca31bcf54009c1f (patch)
tree7bbf10a860ac95f0ea7d95e0a0f2fc25dcc11fb2 /board
parentb05b2fb454852019bf93bfb2d5b6c39e89b5c43c (diff)
parent8a4e190ee227330d340324ea4c4277c702f2ae9b (diff)
downloadu-boot-7f2ab48f30360ce234eb65426ca31bcf54009c1f.tar.xz
Merge tag 'JH7110_515_SDK_v3.5.1' into vf2-develVF2_v2.5.0
version JH7110_515_SDK_v3.5.1 for JH7110 EVB board
Diffstat (limited to 'board')
-rw-r--r--board/starfive/evb/spl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/starfive/evb/spl.c b/board/starfive/evb/spl.c
index 8cab704031..8d07122719 100644
--- a/board/starfive/evb/spl.c
+++ b/board/starfive/evb/spl.c
@@ -61,8 +61,8 @@ void board_init_f(ulong dummy)
{
int ret;
- /* Adjust cpu frequency, the default is 1.25GHz */
- starfive_jh7110_pll_set_rate(PLL0, 1250000000);
+ /* Set pll0 cpufreq to 1000M */
+ starfive_jh7110_pll_set_rate(PLL0, 1000000000);
/*change pll2 to 1188MHz*/
starfive_jh7110_pll_set_rate(PLL2, 1188000000);