diff options
author | Taniya Das <tdas@codeaurora.org> | 2018-07-23 12:54:35 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-08-01 17:08:12 +0200 |
commit | 81351776c9fbbbd0de1dc1542f30aacfe68efc4e (patch) | |
tree | d5e3770cf5cac16fe10b8cd0ab64bc9e4a6fcc1b /drivers/clk/qcom/Kconfig | |
parent | dt-bindings: clock: Introduce QCOM Display clock bindings (diff) | |
download | linux-81351776c9fbbbd0de1dc1542f30aacfe68efc4e.tar.xz linux-81351776c9fbbbd0de1dc1542f30aacfe68efc4e.zip |
clk: qcom: Add display clock controller driver for SDM845
Add support for the display clock controller found on SDM845
based devices. This would allow display drivers to probe and
control their clocks.
Signed-off-by: Taniya Das <tdas@codeaurora.org>
[sboyd@kernel.org: Remove CLK_GET_RATE_NOCACHE everywhere]
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/qcom/Kconfig')
-rw-r--r-- | drivers/clk/qcom/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig index 9c3480dcc38a..730057471932 100644 --- a/drivers/clk/qcom/Kconfig +++ b/drivers/clk/qcom/Kconfig @@ -245,6 +245,16 @@ config SDM_VIDEOCC_845 Say Y if you want to support video devices and functionality such as video encode and decode. +config SDM_DISPCC_845 + tristate "SDM845 Display Clock Controller" + select SDM_GCC_845 + depends on COMMON_CLK_QCOM + help + Support for the display clock controller on Qualcomm Technologies, Inc + SDM845 devices. + Say Y if you want to support display devices and functionality such as + splash screen. + config SPMI_PMIC_CLKDIV tristate "SPMI PMIC clkdiv Support" depends on (COMMON_CLK_QCOM && SPMI) || COMPILE_TEST |