Attention is currently required from: Ravi kumar, Shelley Chen, Taniya Das, mturney mturney, Julius Werner. Hello Shelley Chen, build bot (Jenkins), Taniya Das, mturney mturney, Julius Werner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/56588
to look at the new patch set (#2).
Change subject: soc: common: clock: Add support for common clock driver ......................................................................
soc: common: clock: Add support for common clock driver
The clock driver supports configuring the general purpose PLLs, configuring the root clock generator(RCG), enable clock branch, enable gdsc and also the block resets.
The common clock driver exposes PLL configuration functions and also different Zonda/Agera PLL enable functions for the CPU PLLs.
While at it, the common driver also supports reset of subsystems like AOP and SHRM.
SC7180 clock driver is also refactored to use the common clock driver APIs.
BUG=b:182963902 TEST=Validated on qualcomm sc7180 and sc7280 development board.
Change-Id: I03d1b4a2fb90303c7259ec08f312d78b4e33ec39 Signed-off-by: Taniya Das tdas@codeaurora.org --- A src/soc/qualcomm/common/clock.c A src/soc/qualcomm/common/include/soc/clock_common.h M src/soc/qualcomm/sc7180/Makefile.inc M src/soc/qualcomm/sc7180/clock.c M src/soc/qualcomm/sc7180/include/soc/clock.h 5 files changed, 494 insertions(+), 352 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/88/56588/2