Skip to content

Commit 6e87c8f

Browse files
Haxk20andersson
authored andcommitted
clk: qcom: Add display clock controller driver for SM6125
Add support for the display clock controller found on SM6125 based devices. This allows display drivers to probe and control their clocks. Signed-off-by: Martin Botka <martin.botka@somainline.org> Signed-off-by: Marijn Suijten <marijn.suijten@somainline.org> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220303131812.302302-4-marijn.suijten@somainline.org
1 parent 8397c9c commit 6e87c8f

3 files changed

Lines changed: 719 additions & 0 deletions

File tree

drivers/clk/qcom/Kconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,15 @@ config SM_CAMCC_8250
589589
Support for the camera clock controller on SM8250 devices.
590590
Say Y if you want to support camera devices and camera functionality.
591591

592+
config SM_DISPCC_6125
593+
tristate "SM6125 Display Clock Controller"
594+
depends on SM_GCC_6125
595+
help
596+
Support for the display clock controller on Qualcomm Technologies, Inc
597+
SM6125 devices.
598+
Say Y if you want to support display devices and functionality such as
599+
splash screen
600+
592601
config SM_DISPCC_8250
593602
tristate "SM8150 and SM8250 Display Clock Controller"
594603
depends on SM_GCC_8150 || SM_GCC_8250

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_SDX_GCC_65) += gcc-sdx65.o
8888
obj-$(CONFIG_SM_CAMCC_8250) += camcc-sm8250.o
89+
obj-$(CONFIG_SM_DISPCC_6125) += dispcc-sm6125.o
8990
obj-$(CONFIG_SM_DISPCC_6350) += dispcc-sm6350.o
9091
obj-$(CONFIG_SM_DISPCC_8250) += dispcc-sm8250.o
9192
obj-$(CONFIG_SM_GCC_6115) += gcc-sm6115.o

0 commit comments

Comments
 (0)