diff options
author | Konrad Dybcio <konrad.dybcio@linaro.org> | 2022-11-15 16:58:05 +0100 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2022-11-15 17:46:36 +0100 |
commit | aec5f36cf6763a1f246befd9db266d24ba6e8d4b (patch) | |
tree | 1f3f288c00e32d2fc82b0baf3e59434fe76da839 /drivers/clk/qcom/Makefile | |
parent | dt-bindings: clock: add QCOM SM6375 display clock (diff) | |
download | linux-aec5f36cf6763a1f246befd9db266d24ba6e8d4b.tar.xz linux-aec5f36cf6763a1f246befd9db266d24ba6e8d4b.zip |
clk: qcom: Add display clock controller driver for SM6375
Add support for the display clock controller found on SM6375.
Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221115155808.10899-2-konrad.dybcio@linaro.org
Diffstat (limited to 'drivers/clk/qcom/Makefile')
-rw-r--r-- | drivers/clk/qcom/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/qcom/Makefile b/drivers/clk/qcom/Makefile index 98fc854f538c..8cd2779d8647 100644 --- a/drivers/clk/qcom/Makefile +++ b/drivers/clk/qcom/Makefile @@ -96,6 +96,7 @@ obj-$(CONFIG_SM_CAMCC_8450) += camcc-sm8450.o obj-$(CONFIG_SM_DISPCC_6115) += dispcc-sm6115.o obj-$(CONFIG_SM_DISPCC_6125) += dispcc-sm6125.o obj-$(CONFIG_SM_DISPCC_6350) += dispcc-sm6350.o +obj-$(CONFIG_SM_DISPCC_6375) += dispcc-sm6375.o obj-$(CONFIG_SM_DISPCC_8250) += dispcc-sm8250.o obj-$(CONFIG_SM_DISPCC_8450) += dispcc-sm8450.o obj-$(CONFIG_SM_GCC_6115) += gcc-sm6115.o |