summaryrefslogtreecommitdiffstats
path: root/drivers/interconnect/qcom/sc8180x.h
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 /drivers/interconnect/qcom/sc8180x.h
parenta3e45cf838c8eb91628b03862595861c6d426c1a (diff)
downloadlinux-42c4e3f670b97df0c9e23ca2f7080ff7cd591837.tar.bz2
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 'drivers/interconnect/qcom/sc8180x.h')
-rw-r--r--drivers/interconnect/qcom/sc8180x.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/interconnect/qcom/sc8180x.h b/drivers/interconnect/qcom/sc8180x.h
index e70cf7032f80..2eafd35543c7 100644
--- a/drivers/interconnect/qcom/sc8180x.h
+++ b/drivers/interconnect/qcom/sc8180x.h
@@ -171,4 +171,11 @@
#define SC8180X_MASTER_OSM_L3_APPS 161
#define SC8180X_SLAVE_OSM_L3 162
+#define SC8180X_MASTER_QUP_CORE_0 163
+#define SC8180X_MASTER_QUP_CORE_1 164
+#define SC8180X_MASTER_QUP_CORE_2 165
+#define SC8180X_SLAVE_QUP_CORE_0 166
+#define SC8180X_SLAVE_QUP_CORE_1 167
+#define SC8180X_SLAVE_QUP_CORE_2 168
+
#endif