clk: qcom: dispcc-anorak: Snapshot of DISPCC drivers for ANORAK

Add snapshot of support of dispcc0 and dispcc1 for clients to be
able to request for the clocks on ANORAK from msm-5.10 branch
commit f6765bd30463 ("clk: qcom: dispcc-anorak: Add support for
DISPCC on ANORAK").

Change-Id: I06a5d243effc4cabf3fb6a425b073021ca3e5519
Signed-off-by: Anaadi Mishra <quic_anaadim@quicinc.com>
Signed-off-by: Chintan Kothari <quic_ckothari@quicinc.com>
This commit is contained in:
Anaadi Mishra 2024-03-12 15:11:39 +05:30 committed by Chintan Kothari
parent b39bb3fc51
commit 5f8b9ae19a
4 changed files with 3930 additions and 0 deletions

View File

@ -1427,6 +1427,15 @@ config SXR_GCC_ANORAK
Say Y if you want to use peripheral devices such as UART, SPI, I2C,
USB, UFS, SD/eMMC, PCIE, etc.
config SXR_DISPCC_ANORAK
tristate "ANORAK Display Clock Controller"
select SXR_GCC_ANORAK
help
Support for the display clock controller on Qualcomm Technologies, Inc
ANORAK devices.
Say Y if you want to support display devices and functionality such as
splash screen.
config SM_DISPCC_VOLCANO
tristate "Volcano Display Clock Controller"
select SM_GCC_VOLCANO

View File

@ -126,6 +126,7 @@ obj-$(CONFIG_SM_DISPCC_BLAIR) += dispcc-blair.o
obj-$(CONFIG_SM_DISPCC_HOLI) += dispcc-holi.o
obj-$(CONFIG_SM_DISPCC_PINEAPPLE) += dispcc-pineapple.o
obj-$(CONFIG_SM_DISPCC_PITTI) += dispcc-pitti.o
obj-$(CONFIG_SXR_DISPCC_ANORAK) += dispcc0-anorak.o dispcc1-anorak.o
obj-$(CONFIG_SXR_DISPCC_NIOBE) += dispcc0-niobe.o dispcc1-niobe.o
obj-$(CONFIG_SM_DISPCC_VOLCANO) += dispcc-volcano.o
obj-$(CONFIG_SM_DEBUGCC_BLAIR) += debugcc-blair.o

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff