From 4b8d6ae57cdf7ac50b473b89ec05613fc2c8143c Mon Sep 17 00:00:00 2001 From: Konrad Dybcio Date: Sat, 5 Jun 2021 14:10:38 +0200 Subject: clk: qcom: Add SM6125 (TRINKET) GCC driver Add the clocks supported in global clock controller, which clock the peripherals like BLSPs, SDCC, USB, MDSS etc. Register all the clocks to the clock framework for the clients to be able to request for them. Signed-off-by: Konrad Dybcio Signed-off-by: Martin Botka Link: https://lore.kernel.org/r/20210605121040.282053-2-martin.botka@somainline.org Reviewed-by: Bjorn Andersson [sboyd@kernel.org: Mark gcc_sm6125_hws array static] Signed-off-by: Stephen Boyd --- drivers/clk/qcom/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/clk/qcom/Makefile') diff --git a/drivers/clk/qcom/Makefile b/drivers/clk/qcom/Makefile index 9495bf6a18d0..0f1ad7a0b22f 100644 --- a/drivers/clk/qcom/Makefile +++ b/drivers/clk/qcom/Makefile @@ -75,6 +75,7 @@ obj-$(CONFIG_SDM_LPASSCC_845) += lpasscc-sdm845.o obj-$(CONFIG_SDM_VIDEOCC_845) += videocc-sdm845.o obj-$(CONFIG_SDX_GCC_55) += gcc-sdx55.o obj-$(CONFIG_SM_DISPCC_8250) += dispcc-sm8250.o +obj-$(CONFIG_SM_GCC_6125) += gcc-sm6125.o obj-$(CONFIG_SM_GCC_8150) += gcc-sm8150.o obj-$(CONFIG_SM_GCC_8250) += gcc-sm8250.o obj-$(CONFIG_SM_GCC_8350) += gcc-sm8350.o -- cgit v1.2.3