diff options
| author | Tom Rini <[email protected]> | 2019-07-29 09:02:15 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-07-29 09:02:15 -0400 |
| commit | c957be9ba006789c7ca1158120ed40265bfeed8a (patch) | |
| tree | 458b25950d54a260b4af6b190b19d0a5e8a1bad7 /drivers | |
| parent | b29cb0588c73d9d485acb74fa2e7c7524cf67e60 (diff) | |
| parent | 26008cd42b590dc71ee9c1ca667a218542aab342 (diff) | |
Merge tag 'u-boot-rockchip-20190729' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip
- Clean up and migrate to use common rockchip spl board file
- Clean up and migrate to use common rockchip board file
- Increase rk3288 CONFIG_SYS_BOOTM_LEN to 16MB
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/clk/rockchip/clk_rk3188.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/clk/rockchip/clk_rk3188.c b/drivers/clk/rockchip/clk_rk3188.c index 9bb9959c9d3..dda686cfb3a 100644 --- a/drivers/clk/rockchip/clk_rk3188.c +++ b/drivers/clk/rockchip/clk_rk3188.c @@ -562,6 +562,9 @@ static int rk3188_clk_probe(struct udevice *dev) #endif rkclk_init(priv->cru, priv->grf, priv->has_bwadj); + + /* Init CPU frequency */ + rkclk_configure_cpu(priv->cru, priv->grf, APLL_HZ, priv->has_bwadj); #endif return 0; |
