commit | eb80b31adabb46749f3f8b17cc135bfe70c7a3f2 | [log] [tgz] |
---|---|---|
author | Dylan Hung <dylan_hung@aspeedtech.com> | Tue Feb 21 21:01:09 2023 +0800 |
committer | Tom Rini <trini@konsulko.com> | Mon Mar 06 17:03:56 2023 -0500 |
tree | ee224965f2031c69fb55f63a0a595c73f98e2b81 | |
parent | 6da328e0b5e863411ae0880e3e197c2ca6cb965e [diff] |
ram: ast2600: Keep MPLL 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>