diff options
author | Konrad Dybcio <konrad.dybcio@somainline.org> | 2021-06-05 14:10:38 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2021-06-28 01:53:29 +0200 |
commit | 4b8d6ae57cdf7ac50b473b89ec05613fc2c8143c (patch) | |
tree | 6a2252493a8163d800e6714755d54be457d2758a /drivers/clk/qcom/Kconfig | |
parent | dt-bindings: clk: qcom: gcc-sm6125: Document SM6125 GCC driver (diff) | |
download | linux-4b8d6ae57cdf7ac50b473b89ec05613fc2c8143c.tar.xz linux-4b8d6ae57cdf7ac50b473b89ec05613fc2c8143c.zip |
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 <konrad.dybcio@somainline.org>
Signed-off-by: Martin Botka <martin.botka@somainline.org>
Link: https://lore.kernel.org/r/20210605121040.282053-2-martin.botka@somainline.org
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
[sboyd@kernel.org: Mark gcc_sm6125_hws array static]
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/qcom/Kconfig')
-rw-r--r-- | drivers/clk/qcom/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig index c84b2c896a27..dba1f266dc45 100644 --- a/drivers/clk/qcom/Kconfig +++ b/drivers/clk/qcom/Kconfig @@ -499,6 +499,13 @@ config SM_DISPCC_8250 Say Y if you want to support display devices and functionality such as splash screen. +config SM_GCC_6125 + tristate "SM6125 Global Clock Controller" + help + Support for the global clock controller on SM6125 devices. + Say Y if you want to use peripheral devices such as UART, + SPI, I2C, USB, SD/UFS, PCIe etc. + config SM_GCC_8150 tristate "SM8150 Global Clock Controller" help |