commit | 6e887ee5bdab58464b13e17986fbf5f169fac3f2 | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Wed Jun 24 06:41:09 2020 -0400 |
committer | Andes <uboot@andestech.com> | Wed Jul 01 15:01:21 2020 +0800 |
tree | 4a592a78ca596120cabdb2de8838df947568a9a9 | |
parent | f0d5a6b496c41142dccca5861eaa180a81860a19 [diff] |
clk: Add K210 pll support This pll code is primarily based on the code from the kendryte standalone sdk in lib/drivers/sysctl.c. k210_pll_calc_config is roughly analogous to the algorithm used to set the pll frequency, but it has been completely rewritten to be fixed-point based. Signed-off-by: Sean Anderson <seanga2@gmail.com> CC: Lukasz Majewski <lukma@denx.de>