Skip to content

Commit f1080d8

Browse files
krzkandersson
authored andcommitted
clk: qcom: dispcc-sm8750: Add SM8750 Display clock controller
Add driver for Display clock controller (DISPCC) in Qualcomm SM8750. The device has several differences against SM8650, including new Pongo PLLs and different clock parents, thus no compatibility or driver re-usage. Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 1adc528 commit f1080d8

File tree

3 files changed

+1975
-0
lines changed

3 files changed

+1975
-0
lines changed

drivers/clk/qcom/Kconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,6 +1040,17 @@ config SM_DISPCC_8550
10401040
Say Y if you want to support display devices and functionality such as
10411041
splash screen.
10421042

1043+
config SM_DISPCC_8750
1044+
tristate "SM8750 Display Clock Controller"
1045+
depends on ARM64 || COMPILE_TEST
1046+
depends on SM_GCC_8750
1047+
select QCOM_GDSC
1048+
help
1049+
Support for the display clock controller on Qualcomm Technologies, Inc
1050+
SM8750 devices.
1051+
Say Y if you want to support display devices and functionality such as
1052+
splash screen.
1053+
10431054
config SM_GCC_4450
10441055
tristate "SM4450 Global Clock Controller"
10451056
depends on ARM64 || COMPILE_TEST

drivers/clk/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ obj-$(CONFIG_SM_DISPCC_7150) += dispcc-sm7150.o
133133
obj-$(CONFIG_SM_DISPCC_8250) += dispcc-sm8250.o
134134
obj-$(CONFIG_SM_DISPCC_8450) += dispcc-sm8450.o
135135
obj-$(CONFIG_SM_DISPCC_8550) += dispcc-sm8550.o
136+
obj-$(CONFIG_SM_DISPCC_8750) += dispcc-sm8750.o
136137
obj-$(CONFIG_SM_GCC_4450) += gcc-sm4450.o
137138
obj-$(CONFIG_SM_GCC_6115) += gcc-sm6115.o
138139
obj-$(CONFIG_SM_GCC_6125) += gcc-sm6125.o

0 commit comments

Comments
 (0)