Skip to content

Commit 76f05f1

Browse files
Ajit Pandeyandersson
authored andcommitted
clk: qcom: Add DISPCC driver support for SM4450
Add Display Clock Controller (DISPCC) support for SM4450 platform. Signed-off-by: Ajit Pandey <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent fff6179 commit 76f05f1

File tree

3 files changed

+781
-0
lines changed

3 files changed

+781
-0
lines changed

drivers/clk/qcom/Kconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -867,6 +867,16 @@ config SM_CAMCC_8650
867867
Support for the camera clock controller on SM8650 devices.
868868
Say Y if you want to support camera devices and camera functionality.
869869

870+
config SM_DISPCC_4450
871+
tristate "SM4450 Display Clock Controller"
872+
depends on ARM64 || COMPILE_TEST
873+
depends on SM_GCC_4450
874+
help
875+
Support for the display clock controller on Qualcomm Technologies, Inc
876+
SM4450 devices.
877+
Say Y if you want to support display devices and functionality such as
878+
splash screen
879+
870880
config SM_DISPCC_6115
871881
tristate "SM6115 Display Clock Controller"
872882
depends on ARM64 || COMPILE_TEST

drivers/clk/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ obj-$(CONFIG_SM_CAMCC_8250) += camcc-sm8250.o
114114
obj-$(CONFIG_SM_CAMCC_8450) += camcc-sm8450.o
115115
obj-$(CONFIG_SM_CAMCC_8550) += camcc-sm8550.o
116116
obj-$(CONFIG_SM_CAMCC_8650) += camcc-sm8650.o
117+
obj-$(CONFIG_SM_DISPCC_4450) += dispcc-sm4450.o
117118
obj-$(CONFIG_SM_DISPCC_6115) += dispcc-sm6115.o
118119
obj-$(CONFIG_SM_DISPCC_6125) += dispcc-sm6125.o
119120
obj-$(CONFIG_SM_DISPCC_6350) += dispcc-sm6350.o

0 commit comments

Comments
 (0)