Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 86839531 authored by Veera Vegivada's avatar Veera Vegivada Committed by Gerrit - the friendly Code Review server
Browse files

interconnect: qcom: Add SM6150 interconnect provider driver



Introduce QTI SM6150 specific provider driver using the
interconnect framework.

Change-Id: I165027f5e8b087c02715765ed1a53b7708c02f04
Signed-off-by: default avatarVeera Vegivada <vvegivad@codeaurora.org>
parent 73db1046
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -55,6 +55,19 @@ config INTERCONNECT_QCOM_SDM845
	  This is a driver for the Qualcomm Network-on-Chip on sdm845-based
	  platforms.

config INTERCONNECT_QCOM_SM6150
	tristate "SM6150 interconnect driver"
	depends on INTERCONNECT_QCOM
	depends on QCOM_RPMH && QCOM_COMMAND_DB && OF
	select INTERCONNECT_QCOM_BCM_VOTER
	select INTERCONNECT_QCOM_RPMH
	select INTERCONNECT_QCOM_QOS
	help
	  This is a driver for the Qualcomm Technologies, Inc. Network-on-Chip
	  on sm6150-based platforms. The interconnect provider collects and
	  aggreagates the cosumer bandwidth requests to satisfy constraints
	  placed on Network-on-Chip performance states.

config INTERCONNECT_QCOM_SM8150
	tristate "SM8150 interconnect driver"
	depends on INTERCONNECT_QCOM
+2 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ qnoc-sdm845-objs := sdm845.o
qnoc-lahaina-objs			:= lahaina.o
qnoc-sdxlemur-objs			:= sdxlemur.o
qnoc-shima-objs				:= shima.o
qnoc-sm6150-objs			:= sm6150.o
qnoc-sm8150-objs			:= sm8150.o
qnoc-yupik-objs			:= yupik.o
qnoc-sdxnightjar-objs                 := sdxnightjar.o
@@ -23,6 +24,7 @@ obj-$(CONFIG_INTERCONNECT_QCOM_MONACO) += qnoc-monaco.o
obj-$(CONFIG_INTERCONNECT_QCOM_QCS404) += qnoc-qcs404.o
obj-$(CONFIG_INTERCONNECT_QCOM_SCSHRIKE) += qnoc-scshrike.o
obj-$(CONFIG_INTERCONNECT_QCOM_SDM845) += qnoc-sdm845.o
obj-$(CONFIG_INTERCONNECT_QCOM_SM6150) += qnoc-sm6150.o
obj-$(CONFIG_INTERCONNECT_QCOM_SM8150) += qnoc-sm8150.o
obj-$(CONFIG_INTERCONNECT_QCOM_LAHAINA) += qnoc-lahaina.o
obj-$(CONFIG_INTERCONNECT_QCOM_SHIMA) += qnoc-shima.o
+2467 −0

File added.

Preview size limit exceeded, changes collapsed.