mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 15:41:52 +02:00
clk: qcom: Add support for Display clock Controllers on SA8775P
Add support for display0 and display1 clock controllers on SA8775P platform. Reviewed-by: Jagadeesh Kona <quic_jkona@quicinc.com> Signed-off-by: Taniya Das <quic_tdas@quicinc.com> Link: https://lore.kernel.org/r/20241011-sa8775p-mm-v4-resend-patches-v5-6-4a9f17dc683a@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
84c74dfbec
commit
e700bfd2f9
|
|
@ -507,6 +507,16 @@ config SC_CAMCC_8280XP
|
||||||
Say Y if you want to support camera devices and functionality such as
|
Say Y if you want to support camera devices and functionality such as
|
||||||
capturing pictures.
|
capturing pictures.
|
||||||
|
|
||||||
|
config SA_DISPCC_8775P
|
||||||
|
tristate "SA8775P Display Clock Controller"
|
||||||
|
depends on ARM64 || COMPILE_TEST
|
||||||
|
select SA_GCC_8775P
|
||||||
|
help
|
||||||
|
Support for the two display clock controllers on Qualcomm
|
||||||
|
Technologies, Inc. SA8775P devices.
|
||||||
|
Say Y if you want to support display devices and functionality such as
|
||||||
|
splash screen.
|
||||||
|
|
||||||
config SC_DISPCC_7180
|
config SC_DISPCC_7180
|
||||||
tristate "SC7180 Display Clock Controller"
|
tristate "SC7180 Display Clock Controller"
|
||||||
depends on ARM64 || COMPILE_TEST
|
depends on ARM64 || COMPILE_TEST
|
||||||
|
|
|
||||||
|
|
@ -81,6 +81,7 @@ obj-$(CONFIG_SC_DISPCC_7180) += dispcc-sc7180.o
|
||||||
obj-$(CONFIG_SC_DISPCC_7280) += dispcc-sc7280.o
|
obj-$(CONFIG_SC_DISPCC_7280) += dispcc-sc7280.o
|
||||||
obj-$(CONFIG_SC_DISPCC_8280XP) += dispcc-sc8280xp.o
|
obj-$(CONFIG_SC_DISPCC_8280XP) += dispcc-sc8280xp.o
|
||||||
obj-$(CONFIG_SA_CAMCC_8775P) += camcc-sa8775p.o
|
obj-$(CONFIG_SA_CAMCC_8775P) += camcc-sa8775p.o
|
||||||
|
obj-$(CONFIG_SA_DISPCC_8775P) += dispcc0-sa8775p.o dispcc1-sa8775p.o
|
||||||
obj-$(CONFIG_SA_GCC_8775P) += gcc-sa8775p.o
|
obj-$(CONFIG_SA_GCC_8775P) += gcc-sa8775p.o
|
||||||
obj-$(CONFIG_SA_GPUCC_8775P) += gpucc-sa8775p.o
|
obj-$(CONFIG_SA_GPUCC_8775P) += gpucc-sa8775p.o
|
||||||
obj-$(CONFIG_SA_VIDEOCC_8775P) += videocc-sa8775p.o
|
obj-$(CONFIG_SA_VIDEOCC_8775P) += videocc-sa8775p.o
|
||||||
|
|
|
||||||
1481
drivers/clk/qcom/dispcc0-sa8775p.c
Normal file
1481
drivers/clk/qcom/dispcc0-sa8775p.c
Normal file
File diff suppressed because it is too large
Load Diff
1481
drivers/clk/qcom/dispcc1-sa8775p.c
Normal file
1481
drivers/clk/qcom/dispcc1-sa8775p.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user