mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
interconnect: qcom: Add interconnect provider driver for SM8750
Introduce SM8750 interconnect provider driver using the interconnect framework. Signed-off-by: Raviteja Laggyshetty <quic_rlaggysh@quicinc.com> Signed-off-by: Melody Olvera <quic_molvera@quicinc.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20241204-sm8750_master_interconnects-v3-2-3d9aad4200e9@quicinc.com Signed-off-by: Georgi Djakov <djakov@kernel.org>
This commit is contained in:
committed by
Georgi Djakov
parent
2102773c60
commit
5e0db3c2cd
@@ -337,6 +337,15 @@ config INTERCONNECT_QCOM_SM8650
|
||||
This is a driver for the Qualcomm Network-on-Chip on SM8650-based
|
||||
platforms.
|
||||
|
||||
config INTERCONNECT_QCOM_SM8750
|
||||
tristate "Qualcomm SM8750 interconnect driver"
|
||||
depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
|
||||
select INTERCONNECT_QCOM_RPMH
|
||||
select INTERCONNECT_QCOM_BCM_VOTER
|
||||
help
|
||||
This is a driver for the Qualcomm Network-on-Chip on SM8750-based
|
||||
platforms.
|
||||
|
||||
config INTERCONNECT_QCOM_X1E80100
|
||||
tristate "Qualcomm X1E80100 interconnect driver"
|
||||
depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
|
||||
|
||||
@@ -40,6 +40,7 @@ qnoc-sm8350-objs := sm8350.o
|
||||
qnoc-sm8450-objs := sm8450.o
|
||||
qnoc-sm8550-objs := sm8550.o
|
||||
qnoc-sm8650-objs := sm8650.o
|
||||
qnoc-sm8750-objs := sm8750.o
|
||||
qnoc-x1e80100-objs := x1e80100.o
|
||||
icc-smd-rpm-objs := smd-rpm.o icc-rpm.o icc-rpm-clocks.o
|
||||
|
||||
@@ -80,5 +81,6 @@ obj-$(CONFIG_INTERCONNECT_QCOM_SM8350) += qnoc-sm8350.o
|
||||
obj-$(CONFIG_INTERCONNECT_QCOM_SM8450) += qnoc-sm8450.o
|
||||
obj-$(CONFIG_INTERCONNECT_QCOM_SM8550) += qnoc-sm8550.o
|
||||
obj-$(CONFIG_INTERCONNECT_QCOM_SM8650) += qnoc-sm8650.o
|
||||
obj-$(CONFIG_INTERCONNECT_QCOM_SM8750) += qnoc-sm8750.o
|
||||
obj-$(CONFIG_INTERCONNECT_QCOM_X1E80100) += qnoc-x1e80100.o
|
||||
obj-$(CONFIG_INTERCONNECT_QCOM_SMD_RPM) += icc-smd-rpm.o
|
||||
|
||||
1705
drivers/interconnect/qcom/sm8750.c
Normal file
1705
drivers/interconnect/qcom/sm8750.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user