commit | af9f997436595495748fccf6232987c72b2e58c8 | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Fri Jun 11 00:16:09 2021 -0400 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Thu Jun 17 09:40:57 2021 +0800 |
tree | 8d1c4c7b9cd25ec8c5961f0d587b4d4f2177111e | |
parent | 609bd60b943b17784b1cd245dc1bfb6384dab640 [diff] |
clk: k210: Move pll into the rest of the driver Now that there no separate PLL driver, we can no longer make the PLL functions static. By moving the PLL driver in with the rest of the clock code, we can make these functions static again. We still keep the pll header for unit testing, but it is pretty reduced. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>