Skip to content

Commit 92c366a

Browse files
lumagGeorgi Djakov
authored andcommitted
interconnect: qcom: add support for SAR2130P
Add driver for the interconnects as present on the Qualcomm SAR2130P platform. This is based on the msm-5.10 tree, tag KERNEL.PLATFORM.1.0.r4-00400-NEO.0. Co-developed-by: Odelu Kukatla <[email protected]> Signed-off-by: Odelu Kukatla <[email protected]> Reviewed-by: Neil Armstrong <[email protected]> Signed-off-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Georgi Djakov <[email protected]>
1 parent bc2bb73 commit 92c366a

File tree

3 files changed

+1941
-0
lines changed

3 files changed

+1941
-0
lines changed

drivers/interconnect/qcom/Kconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,15 @@ config INTERCONNECT_QCOM_SA8775P
137137
This is a driver for the Qualcomm Network-on-Chip on sa8775p-based
138138
platforms.
139139

140+
config INTERCONNECT_QCOM_SAR2130P
141+
tristate "Qualcomm SAR2130P interconnect driver"
142+
depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
143+
select INTERCONNECT_QCOM_RPMH
144+
select INTERCONNECT_QCOM_BCM_VOTER
145+
help
146+
This is a driver for the Qualcomm Network-on-Chip on SAR2130P-based
147+
platforms.
148+
140149
config INTERCONNECT_QCOM_SC7180
141150
tristate "Qualcomm SC7180 interconnect driver"
142151
depends on INTERCONNECT_QCOM_RPMH_POSSIBLE

drivers/interconnect/qcom/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ qnoc-qcs404-objs := qcs404.o
1818
qnoc-qdu1000-objs := qdu1000.o
1919
icc-rpmh-obj := icc-rpmh.o
2020
qnoc-sa8775p-objs := sa8775p.o
21+
qnoc-sar2130p-objs := sar2130p.o
2122
qnoc-sc7180-objs := sc7180.o
2223
qnoc-sc7280-objs := sc7280.o
2324
qnoc-sc8180x-objs := sc8180x.o
@@ -55,6 +56,7 @@ obj-$(CONFIG_INTERCONNECT_QCOM_QCS404) += qnoc-qcs404.o
5556
obj-$(CONFIG_INTERCONNECT_QCOM_QDU1000) += qnoc-qdu1000.o
5657
obj-$(CONFIG_INTERCONNECT_QCOM_RPMH) += icc-rpmh.o
5758
obj-$(CONFIG_INTERCONNECT_QCOM_SA8775P) += qnoc-sa8775p.o
59+
obj-$(CONFIG_INTERCONNECT_QCOM_SAR2130P) += qnoc-sar2130p.o
5860
obj-$(CONFIG_INTERCONNECT_QCOM_SC7180) += qnoc-sc7180.o
5961
obj-$(CONFIG_INTERCONNECT_QCOM_SC7280) += qnoc-sc7280.o
6062
obj-$(CONFIG_INTERCONNECT_QCOM_SC8180X) += qnoc-sc8180x.o

0 commit comments

Comments
 (0)