]> git.dujemihanovic.xyz Git - u-boot.git/commit
ram: ast2600: Keep MPLL power on
authorDylan Hung <dylan_hung@aspeedtech.com>
Tue, 21 Feb 2023 13:01:09 +0000 (21:01 +0800)
committerTom Rini <trini@konsulko.com>
Mon, 6 Mar 2023 22:03:56 +0000 (17:03 -0500)
commit45443f6089e1e194bdd8f2aa351c72e32eb1d815
treeee224965f2031c69fb55f63a0a595c73f98e2b81
parent94d30f476fe1eaf7b56595a4db961ba8e4200609
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>
drivers/ram/aspeed/sdram_ast2600.c