Skip to content

Commit f40b521

Browse files
lweiss-fairphoneandersson
authored andcommitted
clk: qcom: Add Display Clock controller (DISPCC) driver for Milos
Add support for the display clock controller found on Milos (e.g. SM7635) based devices. Reviewed-by: Konrad Dybcio <[email protected]> Signed-off-by: Luca Weiss <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 63edb20 commit f40b521

File tree

3 files changed

+985
-0
lines changed

3 files changed

+985
-0
lines changed

drivers/clk/qcom/Kconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,6 +1089,16 @@ config SM_DISPCC_6375
10891089
Say Y if you want to support display devices and functionality such as
10901090
splash screen.
10911091

1092+
config SM_DISPCC_MILOS
1093+
tristate "Milos Display Clock Controller"
1094+
depends on ARM64 || COMPILE_TEST
1095+
depends on SM_GCC_MILOS
1096+
help
1097+
Support for the display clock controller on Qualcomm Technologies, Inc
1098+
Milos devices.
1099+
Say Y if you want to support display devices and functionality such as
1100+
splash screen.
1101+
10921102
config SM_DISPCC_8450
10931103
tristate "SM8450 Display Clock Controller"
10941104
depends on ARM64 || COMPILE_TEST

drivers/clk/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ obj-$(CONFIG_SM_DISPCC_8250) += dispcc-sm8250.o
142142
obj-$(CONFIG_SM_DISPCC_8450) += dispcc-sm8450.o
143143
obj-$(CONFIG_SM_DISPCC_8550) += dispcc-sm8550.o
144144
obj-$(CONFIG_SM_DISPCC_8750) += dispcc-sm8750.o
145+
obj-$(CONFIG_SM_DISPCC_MILOS) += dispcc-milos.o
145146
obj-$(CONFIG_SM_GCC_4450) += gcc-sm4450.o
146147
obj-$(CONFIG_SM_GCC_6115) += gcc-sm6115.o
147148
obj-$(CONFIG_SM_GCC_6125) += gcc-sm6125.o

0 commit comments

Comments
 (0)