Re: [PATCH 1/2] ram: ast2600: Keep MPLL power on

2023-03-07 Thread Tom Rini
On Tue, Feb 21, 2023 at 09:01:09PM +0800, Dylan Hung wrote: > 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 > Reviewed-by: Joel Stanley Applied to u-boot/next, thanks! -- Tom

Re: [PATCH 1/2] ram: ast2600: Keep MPLL power on

2023-02-21 Thread Joel Stanley
On Tue, 21 Feb 2023 at 13:01, Dylan Hung wrote: > > 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 Reviewed-by: Joel Stanley > --- > drivers/ram/aspeed/sdram_ast2600.c | 6 +++--

[PATCH 1/2] ram: ast2600: Keep MPLL power on

2023-02-21 Thread Dylan Hung
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 --- drivers/ram/aspeed/sdram_ast2600.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/ram/aspeed/sdram_a