commit | 95f79553849cfb936f8c1e8d453b5a8b73db462c | [log] [tgz] |
---|---|---|
author | Dylan Hung <dylan_hung@aspeedtech.com> | Tue Feb 21 21:01:10 2023 +0800 |
committer | Tom Rini <trini@konsulko.com> | Mon Mar 06 17:03:56 2023 -0500 |
tree | 949aab1c9db1d4865ac322704161b6602b43c03c | |
parent | 45443f6089e1e194bdd8f2aa351c72e32eb1d815 [diff] |
clk: ast2600: Keep PLL power on According to the PLL vendor, we should keep the PLL power on, so we shouldn't toggle the power-down bit during PLL initialization. Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com> Reviewed-by: Joel Stanley <joel@jms.id.au>