Skip to content

Commit 8375197

Browse files
Konrad Dybcioandersson
authored andcommitted
clk: qcom: Add display clock controller driver for SM6350
Add support for the display clock controller found on SM6350. Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220222011534.3502-2-konrad.dybcio@somainline.org
1 parent 6914b82 commit 8375197

3 files changed

Lines changed: 807 additions & 0 deletions

File tree

drivers/clk/qcom/Kconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,15 @@ config SM_DISPCC_8250
598598
Say Y if you want to support display devices and functionality such as
599599
splash screen.
600600

601+
config SM_DISPCC_6350
602+
tristate "SM6350 Display Clock Controller"
603+
depends on SM_GCC_6350
604+
help
605+
Support for the display clock controller on Qualcomm Technologies, Inc
606+
SM6350 devices.
607+
Say Y if you want to support display devices and functionality such as
608+
splash screen.
609+
601610
config SM_GCC_6115
602611
tristate "SM6115 and SM4250 Global Clock Controller"
603612
help

drivers/clk/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ obj-$(CONFIG_SDM_VIDEOCC_845) += videocc-sdm845.o
8686
obj-$(CONFIG_SDX_GCC_55) += gcc-sdx55.o
8787
obj-$(CONFIG_SM_CAMCC_8250) += camcc-sm8250.o
8888
obj-$(CONFIG_SDX_GCC_65) += gcc-sdx65.o
89+
obj-$(CONFIG_SM_DISPCC_6350) += dispcc-sm6350.o
8990
obj-$(CONFIG_SM_DISPCC_8250) += dispcc-sm8250.o
9091
obj-$(CONFIG_SM_GCC_6115) += gcc-sm6115.o
9192
obj-$(CONFIG_SM_GCC_6125) += gcc-sm6125.o

0 commit comments

Comments
 (0)