public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/2] Keep PLL power on
@ 2023-02-21 13:01 Dylan Hung
  2023-02-21 13:01 ` [PATCH 1/2] ram: ast2600: Keep MPLL " Dylan Hung
  2023-02-21 13:01 ` [PATCH 2/2] clk: ast2600: Keep PLL " Dylan Hung
  0 siblings, 2 replies; 7+ messages in thread
From: Dylan Hung @ 2023-02-21 13:01 UTC (permalink / raw)
  To: lukma, seanga2, ryan_chen, chiawei_wang, BMC-SW, joel, u-boot

There are several PLLs in AST2600 that provide clock sources for various
hardware blocks. According to the PLL vendor, the setting sequence was
incorrect, since the PLL power should kept on during initialization.
This patch series fixes the PLL setting sequence, including the MPLL in
the DRAM driver and the others in the clock driver.

Dylan Hung (2):
  ram: ast2600: Keep MPLL power on
  clk: ast2600: Keep PLL power on

 drivers/clk/aspeed/clk_ast2600.c   | 3 +--
 drivers/ram/aspeed/sdram_ast2600.c | 6 +++---
 2 files changed, 4 insertions(+), 5 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-03-07 17:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-21 13:01 [PATCH 0/2] Keep PLL power on Dylan Hung
2023-02-21 13:01 ` [PATCH 1/2] ram: ast2600: Keep MPLL " Dylan Hung
2023-02-21 23:07   ` Joel Stanley
2023-03-07 17:52   ` Tom Rini
2023-02-21 13:01 ` [PATCH 2/2] clk: ast2600: Keep PLL " Dylan Hung
2023-02-21 23:07   ` Joel Stanley
2023-03-07 17:52   ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox