diff options
author | Vivek Aknurwar <viveka@codeaurora.org> | 2021-01-27 12:38:11 +0530 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2021-02-08 10:03:57 -0800 |
commit | 44c20c9ed37fa60e2a6df3f5aefa7b237b7839fb (patch) | |
tree | 988d76cc9ca7ffb58f710b3b46c428b267350bf7 /drivers/clk/qcom/Kconfig | |
parent | a2e8c80845be43607e4957e9d10ec0c05df57a02 (diff) | |
download | lwn-44c20c9ed37fa60e2a6df3f5aefa7b237b7839fb.tar.gz lwn-44c20c9ed37fa60e2a6df3f5aefa7b237b7839fb.zip |
clk: qcom: gcc: Add clock driver for SM8350
This adds Global Clock controller (GCC) driver for SM8350 SoC
Signed-off-by: Vivek Aknurwar <viveka@codeaurora.org>
Signed-off-by: Jeevan Shriram <jshriram@codeaurora.org>
[vkoul: rebase and tidy up for upstream]
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20210127070811.152690-6-vkoul@kernel.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/qcom/Kconfig')
-rw-r--r-- | drivers/clk/qcom/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig index ccad3accbb09..7e754d8fda08 100644 --- a/drivers/clk/qcom/Kconfig +++ b/drivers/clk/qcom/Kconfig @@ -480,6 +480,14 @@ config SM_GCC_8250 Say Y if you want to use peripheral devices such as UART, SPI, I2C, USB, SD/UFS, PCIe etc. +config SM_GCC_8350 + tristate "SM8350 Global Clock Controller" + select QCOM_GDSC + help + Support for the global clock controller on SM8350 devices. + Say Y if you want to use peripheral devices such as UART, + SPI, I2C, USB, SD/UFS, PCIe etc. + config SM_GPUCC_8150 tristate "SM8150 Graphics Clock Controller" select SM_GCC_8150 |