mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 04:34:03 +02:00
clk: qcom: dispcc-eliza: Add Eliza display clock controller support
Add a driver for the display clock controller on Qualcomm Eliza SoC, which is copied from SM8750 driver plus changes: 1. Additional DT_HDMI_PHY_PLL_CLK clock input, 2. Eight new HDMI clocks, 3. Different PLLs (lucid and pongo). Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260319-clk-qcom-dispcc-eliza-v3-2-d1f2b19a6e6b@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
7f9ccf3b99
commit
0e66f10942
|
|
@ -19,6 +19,15 @@ menuconfig COMMON_CLK_QCOM
|
||||||
|
|
||||||
if COMMON_CLK_QCOM
|
if COMMON_CLK_QCOM
|
||||||
|
|
||||||
|
config CLK_ELIZA_DISPCC
|
||||||
|
tristate "Eliza Display Clock Controller"
|
||||||
|
depends on ARM64 || COMPILE_TEST
|
||||||
|
select CLK_ELIZA_GCC
|
||||||
|
help
|
||||||
|
Support for the display clock controllers on Eliza SoCs.
|
||||||
|
Say Y if you want to support display devices and functionality such as
|
||||||
|
splash screen.
|
||||||
|
|
||||||
config CLK_ELIZA_GCC
|
config CLK_ELIZA_GCC
|
||||||
tristate "Eliza Global Clock Controller"
|
tristate "Eliza Global Clock Controller"
|
||||||
depends on ARM64 || COMPILE_TEST
|
depends on ARM64 || COMPILE_TEST
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@ clk-qcom-$(CONFIG_QCOM_GDSC) += gdsc.o
|
||||||
# Keep alphabetically sorted by config
|
# Keep alphabetically sorted by config
|
||||||
obj-$(CONFIG_APQ_GCC_8084) += gcc-apq8084.o
|
obj-$(CONFIG_APQ_GCC_8084) += gcc-apq8084.o
|
||||||
obj-$(CONFIG_APQ_MMCC_8084) += mmcc-apq8084.o
|
obj-$(CONFIG_APQ_MMCC_8084) += mmcc-apq8084.o
|
||||||
|
obj-$(CONFIG_CLK_ELIZA_DISPCC) += dispcc-eliza.o
|
||||||
obj-$(CONFIG_CLK_ELIZA_GCC) += gcc-eliza.o
|
obj-$(CONFIG_CLK_ELIZA_GCC) += gcc-eliza.o
|
||||||
obj-$(CONFIG_CLK_ELIZA_TCSRCC) += tcsrcc-eliza.o
|
obj-$(CONFIG_CLK_ELIZA_TCSRCC) += tcsrcc-eliza.o
|
||||||
obj-$(CONFIG_CLK_GFM_LPASS_SM8250) += lpass-gfm-sm8250.o
|
obj-$(CONFIG_CLK_GFM_LPASS_SM8250) += lpass-gfm-sm8250.o
|
||||||
|
|
|
||||||
2121
drivers/clk/qcom/dispcc-eliza.c
Normal file
2121
drivers/clk/qcom/dispcc-eliza.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user