aboutsummaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/interconnect
diff options
context:
space:
mode:
authorBjorn Andersson <bjorn.andersson@linaro.org>2022-05-03 14:19:24 -0700
committerGeorgi Djakov <djakov@kernel.org>2022-05-18 02:51:34 +0300
commit42c4e3f670b97df0c9e23ca2f7080ff7cd591837 (patch)
treeae94031ee3637b8d537827b2cb0663d5c3378775 /include/dt-bindings/interconnect
parentinterconnect: qcom: sc8180x: Modernize sc8180x probe (diff)
downloadlinux-dev-42c4e3f670b97df0c9e23ca2f7080ff7cd591837.tar.xz
linux-dev-42c4e3f670b97df0c9e23ca2f7080ff7cd591837.zip
interconnect: qcom: sc8180x: Fix QUP0 nodes
The QUP0 BCM relates to some internal property of the QUPs, and should be configured independently of the path to the QUP. In line with other platforms expose QUP_CORE endpoints in order allow this configuration. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220503211925.1022169-4-bjorn.andersson@linaro.org Signed-off-by: Georgi Djakov <djakov@kernel.org>
Diffstat (limited to 'include/dt-bindings/interconnect')
-rw-r--r--include/dt-bindings/interconnect/qcom,sc8180x.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/dt-bindings/interconnect/qcom,sc8180x.h b/include/dt-bindings/interconnect/qcom,sc8180x.h
index 235b525d2803..e84cfec5afdd 100644
--- a/include/dt-bindings/interconnect/qcom,sc8180x.h
+++ b/include/dt-bindings/interconnect/qcom,sc8180x.h
@@ -182,4 +182,11 @@
#define SLAVE_MNOC_SF_MEM_NOC_DISPLAY 3
#define SLAVE_MNOC_HF_MEM_NOC_DISPLAY 4
+#define MASTER_QUP_CORE_0 0
+#define MASTER_QUP_CORE_1 1
+#define MASTER_QUP_CORE_2 2
+#define SLAVE_QUP_CORE_0 3
+#define SLAVE_QUP_CORE_1 4
+#define SLAVE_QUP_CORE_2 5
+
#endif