Commit e146252a authored by Imran Shaik's avatar Imran Shaik Committed by Bjorn Andersson
Browse files

clk: qcom: Add ECPRICC driver support for QDU1000 and QRU1000



Add ECPRI Clock Controller (ECPRICC) support for QDU1000 and QRU1000 SoCs.

Signed-off-by: default avatarImran Shaik <quic_imrashai@quicinc.com>
Acked-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20231123064735.2979802-4-quic_imrashai@quicinc.com


Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 261625e0
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -677,6 +677,15 @@ config QDU_GCC_1000
	  QRU1000 devices. Say Y if you want to use peripheral
	  devices such as UART, SPI, I2C, USB, SD, PCIe, etc.

config QDU_ECPRICC_1000
	tristate "QDU1000/QRU1000 ECPRI Clock Controller"
	depends on ARM64 || COMPILE_TEST
	select QDU_GCC_1000
	help
	  Support for the ECPRI clock controller on QDU1000 and
	  QRU1000 devices. Say Y if you want to support the ECPRI
	  clock controller functionality such as Ethernet.

config SDM_GCC_845
	tristate "SDM845/SDM670 Global Clock Controller"
	depends on ARM64 || COMPILE_TEST
+1 −0
Original line number Diff line number Diff line
@@ -65,6 +65,7 @@ obj-$(CONFIG_QCM_DISPCC_2290) += dispcc-qcm2290.o
obj-$(CONFIG_QCS_GCC_404) += gcc-qcs404.o
obj-$(CONFIG_QCS_Q6SSTOP_404) += q6sstop-qcs404.o
obj-$(CONFIG_QCS_TURING_404) += turingcc-qcs404.o
obj-$(CONFIG_QDU_ECPRICC_1000) += ecpricc-qdu1000.o
obj-$(CONFIG_QDU_GCC_1000) += gcc-qdu1000.o
obj-$(CONFIG_SC_CAMCC_7180) += camcc-sc7180.o
obj-$(CONFIG_SC_CAMCC_7280) += camcc-sc7280.o
+2456 −0

File added.

Preview size limit exceeded, changes collapsed.