-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
interconnect: qcom: Add QCS404 interconnect provider driver
Add driver for the interconnect buses found in Qualcomm QCS404-based platforms. The topology consists of three NoCs that are controlled by a remote processor. This remote processor collects the aggregated bandwidth for each master-slave pairs. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
- Loading branch information
Bjorn Andersson
authored and
Georgi Djakov
committed
Aug 13, 2019
1 parent
be06f8e
commit 5e4e6c4
Showing
3 changed files
with
550 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
# SPDX-License-Identifier: GPL-2.0 | ||
|
||
qnoc-qcs404-objs := qcs404.o | ||
qnoc-sdm845-objs := sdm845.o | ||
icc-smd-rpm-objs := smd-rpm.o | ||
|
||
obj-$(CONFIG_INTERCONNECT_QCOM_QCS404) += qnoc-qcs404.o | ||
obj-$(CONFIG_INTERCONNECT_QCOM_SDM845) += qnoc-sdm845.o | ||
obj-$(CONFIG_INTERCONNECT_QCOM_SMD_RPM) += icc-smd-rpm.o |
Oops, something went wrong.