On 26/01/2023 15:40, Konrad Dybcio wrote: > Add support for the GPU clock controller found on SM6125. > > Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> > --- > drivers/clk/qcom/Kconfig | 8 + > drivers/clk/qcom/Makefile | 1 + > drivers/clk/qcom/gpucc-sm6125.c | 444 ++++++++++++++++++++++++++++++++ > 3 files changed, 453 insertions(+) > create mode 100644 drivers/clk/qcom/gpucc-sm6125.c > > diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig > index ca6c7d2ada6c..ca2c83ecc6a6 100644 > --- a/drivers/clk/qcom/Kconfig > +++ b/drivers/clk/qcom/Kconfig > @@ -798,6 +798,14 @@ config SM_GCC_8550 > Say Y if you want to use peripheral devices such as UART, > SPI, I2C, USB, SD/UFS, PCIe etc. > > +config SM_GPUCC_6125 > + tristate "SM6125 Graphics Clock Controller" > + select SM_GCC_6125 depends on ARM64 || COMPILE_TEST Same for second patch Best regards, Krzysztof