mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 22:14:03 +02:00
clk: qcom: Add support for Global clock controller on Eliza
Add support for Global clock controller for Eliza Qualcomm SoC. Signed-off-by: Taniya Das <taniya.das@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260311-eliza-clocks-v6-5-453c4cf657a2@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
76cbaa6557
commit
3d356ab4a1
|
|
@ -19,6 +19,15 @@ menuconfig COMMON_CLK_QCOM
|
||||||
|
|
||||||
if COMMON_CLK_QCOM
|
if COMMON_CLK_QCOM
|
||||||
|
|
||||||
|
config CLK_ELIZA_GCC
|
||||||
|
tristate "Eliza Global Clock Controller"
|
||||||
|
depends on ARM64 || COMPILE_TEST
|
||||||
|
select QCOM_GDSC
|
||||||
|
help
|
||||||
|
Support for the global clock controller on Eliza devices.
|
||||||
|
Say Y if you want to use peripheral devices such as UART, SPI,
|
||||||
|
I2C, USB, UFS, SDCC, etc.
|
||||||
|
|
||||||
config CLK_GLYMUR_DISPCC
|
config CLK_GLYMUR_DISPCC
|
||||||
tristate "Glymur Display Clock Controller"
|
tristate "Glymur Display 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_GCC) += gcc-eliza.o
|
||||||
obj-$(CONFIG_CLK_GFM_LPASS_SM8250) += lpass-gfm-sm8250.o
|
obj-$(CONFIG_CLK_GFM_LPASS_SM8250) += lpass-gfm-sm8250.o
|
||||||
obj-$(CONFIG_CLK_GLYMUR_DISPCC) += dispcc-glymur.o
|
obj-$(CONFIG_CLK_GLYMUR_DISPCC) += dispcc-glymur.o
|
||||||
obj-$(CONFIG_CLK_GLYMUR_GCC) += gcc-glymur.o
|
obj-$(CONFIG_CLK_GLYMUR_GCC) += gcc-glymur.o
|
||||||
|
|
|
||||||
3105
drivers/clk/qcom/gcc-eliza.c
Normal file
3105
drivers/clk/qcom/gcc-eliza.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user