]> git.baikalelectronics.ru Git - uboot.git/commit
clk: ast2600: Keep PLL power on
authorDylan Hung <dylan_hung@aspeedtech.com>
Tue, 21 Feb 2023 13:01:10 +0000 (21:01 +0800)
committerTom Rini <trini@konsulko.com>
Mon, 6 Mar 2023 22:03:56 +0000 (17:03 -0500)
commit6e2171c8ceb8b1cc2c172ea7e13b1be5bea1044c
tree949aab1c9db1d4865ac322704161b6602b43c03c
parentc4b8b5d3726dd3c0270868ccf4048b1d4edd97ba
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>
drivers/clk/aspeed/clk_ast2600.c