Skip to content

Commit

Permalink
clk: qcom: Add display clock controller driver for SC7280
Browse files Browse the repository at this point in the history
Add support for the display clock controller found on SC7280
based devices. This would allow display drivers to probe and
control their clocks.

Signed-off-by: Taniya Das <tdas@codeaurora.org>
Link: https://lore.kernel.org/r/1626189143-12957-4-git-send-email-tdas@codeaurora.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
  • Loading branch information
Taniya Das authored and bebarino committed Jul 20, 2021
1 parent ced3aae commit 1a00c96
Show file tree
Hide file tree
Showing 3 changed files with 918 additions and 0 deletions.
9 changes: 9 additions & 0 deletions drivers/clk/qcom/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,15 @@ config SC_DISPCC_7180
Say Y if you want to support display devices and functionality such as
splash screen.

config SC_DISPCC_7280
tristate "SC7280 Display Clock Controller"
select SC_GCC_7280
help
Support for the display clock controller on Qualcomm Technologies, Inc.
SC7280 devices.
Say Y if you want to support display devices and functionality such as
splash screen.

config SC_GCC_7180
tristate "SC7180 Global Clock Controller"
select QCOM_GDSC
Expand Down
1 change: 1 addition & 0 deletions drivers/clk/qcom/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ obj-$(CONFIG_QCS_Q6SSTOP_404) += q6sstop-qcs404.o
obj-$(CONFIG_QCS_TURING_404) += turingcc-qcs404.o
obj-$(CONFIG_SC_CAMCC_7180) += camcc-sc7180.o
obj-$(CONFIG_SC_DISPCC_7180) += dispcc-sc7180.o
obj-$(CONFIG_SC_DISPCC_7280) += dispcc-sc7280.o
obj-$(CONFIG_SC_GCC_7180) += gcc-sc7180.o
obj-$(CONFIG_SC_GCC_7280) += gcc-sc7280.o
obj-$(CONFIG_SC_GCC_8180X) += gcc-sc8180x.o
Expand Down
Loading

0 comments on commit 1a00c96

Please sign in to comment.