mbox series

[v1,0/1] hw: aspeed_scu: Add AST2600 hpll calculation function

Message ID 20220314095449.22089-1-steven_lee@aspeedtech.com (mailing list archive)
Headers show
Series hw: aspeed_scu: Add AST2600 hpll calculation function | expand

Message

Steven Lee March 14, 2022, 9:54 a.m. UTC
AST2600's HPLL register offset and bit definition are different from AST2500.
The patch series adds a hpll calculation function for ast2600 and modify apb frequency
calculation function based on SCU200 register description and note in ast2600v11.pdf.

Please help to review.

Thanks,
Steven

Steven Lee (1):
  hw: aspeed_scu: Add AST2600 hpll calculation function

 hw/misc/aspeed_scu.c         | 43 ++++++++++++++++++++++++++++++++----
 include/hw/misc/aspeed_scu.h | 17 ++++++++++++++
 2 files changed, 56 insertions(+), 4 deletions(-)