diff options
author | Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> | 2020-11-26 08:28:44 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2020-12-08 02:00:14 +0100 |
commit | 063930ed2df5dbe07e994009a7e05e773f10b23a (patch) | |
tree | ecb43695e9af77cf285fa84534fea14a5086d567 /drivers/clk/qcom/Kconfig | |
parent | dt-bindings: clock: Add GDSC in SDX55 GCC (diff) | |
download | linux-063930ed2df5dbe07e994009a7e05e773f10b23a.tar.xz linux-063930ed2df5dbe07e994009a7e05e773f10b23a.zip |
clk: qcom: Add GDSC support for SDX55 GCC
Add GDSC support to control the power supply of power domains in SDX55
GCC.
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Link: https://lore.kernel.org/r/20201126072844.35370-7-manivannan.sadhasivam@linaro.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/qcom/Kconfig')
-rw-r--r-- | drivers/clk/qcom/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig index 3555eac37495..d32bb12cd8d0 100644 --- a/drivers/clk/qcom/Kconfig +++ b/drivers/clk/qcom/Kconfig @@ -424,6 +424,7 @@ config SDM_LPASSCC_845 config SDX_GCC_55 tristate "SDX55 Global Clock Controller" + select QCOM_GDSC help Support for the global clock controller on SDX55 devices. Say Y if you want to use peripheral devices such as UART, |