Skip to content
Snippets Groups Projects
Commit 0e2bea50 authored by Rajendra Nayak's avatar Rajendra Nayak Committed by Abel Vesa
Browse files

clk: qcom: Add Global Clock controller (GCC) driver for X1E80100


Add support for the global clock controller found on X1E80100
based devices.

Co-developed-by: default avatarAbel Vesa <abel.vesa@linaro.org>
Signed-off-by: default avatarRajendra Nayak <quic_rjendra@quicinc.com>
Co-developed-by: default avatarSibi Sankar <quic_sibis@quicinc.com>
Signed-off-by: default avatarSibi Sankar <quic_sibis@quicinc.com>
Reviewed-by: default avatarBryan O'Donoghue <bryan.odonoghue@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarAbel Vesa <abel.vesa@linaro.org>
parent 15f90a13
No related branches found
No related tags found
No related merge requests found
......@@ -1116,4 +1116,14 @@ config SM_VIDEOCC_8450
SM8450 devices.
Say Y if you want to support video devices and functionality such as
video encode/decode.
config X1E_GCC_80100
tristate "X1E80100 Global Clock Controller"
depends on ARM64 || COMPILE_TEST
select QCOM_GDSC
help
Support for the global clock controller on Qualcomm Technologies, Inc
X1E80100 devices.
Say Y if you want to use peripheral devices such as UART, SPI, I2C,
USB, UFS, SD/eMMC, PCIe, etc.
endif
......@@ -140,3 +140,4 @@ obj-$(CONFIG_SPMI_PMIC_CLKDIV) += clk-spmi-pmic-div.o
obj-$(CONFIG_KPSS_XCC) += kpss-xcc.o
obj-$(CONFIG_QCOM_HFPLL) += hfpll.o
obj-$(CONFIG_KRAITCC) += krait-cc.o
obj-$(CONFIG_X1E_GCC_80100) += gcc-x1e80100.o
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment