Commit e51c94dd authored by Dmitry Baryshkov's avatar Dmitry Baryshkov Committed by Georgi Djakov
Browse files

dt-bindings: interconnect: qcom: drop IPA_CORE related defines



These interconnects are modeled as clks, not interconnects, therefore
remove corresponding defines from the binding as they're unused.

Acked-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20230109002935.244320-10-dmitry.baryshkov@linaro.org


Signed-off-by: default avatarGeorgi Djakov <djakov@kernel.org>
parent 2f0f1d98
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -108,9 +108,6 @@
#define SLAVE_LLCC			11
#define SLAVE_SERVICE_GEM_NOC			12

#define MASTER_IPA_CORE			0
#define SLAVE_IPA_CORE			1

#define MASTER_LLCC			0
#define SLAVE_EBI1			1

+0 −3
Original line number Diff line number Diff line
@@ -129,9 +129,6 @@
#define SLAVE_SERVICE_GEM_NOC			16
#define SLAVE_SERVICE_GEM_NOC_1			17

#define MASTER_IPA_CORE				0
#define SLAVE_IPA_CORE				1

#define MASTER_LLCC				0
#define SLAVE_EBI_CH0				1

+2 −2
Original line number Diff line number Diff line
@@ -48,11 +48,11 @@
#define SLAVE_SERVICE_A2NOC		19

/* clk_virt */
#define MASTER_IPA_CORE			0
/* 0 was used by MASTER_IPA_CORE, now represented as RPMh clock */
#define MASTER_QUP_CORE_0		1
#define MASTER_QUP_CORE_1		2
#define MASTER_QUP_CORE_2		3
#define SLAVE_IPA_CORE			4
/* 4 was used by SLAVE_IPA_CORE, now represented as RPMh clock */
#define SLAVE_QUP_CORE_0		5
#define SLAVE_QUP_CORE_1		6
#define SLAVE_QUP_CORE_2		7
+0 −2
Original line number Diff line number Diff line
@@ -70,7 +70,5 @@
#define SLAVE_QDSS_STM			48
#define SLAVE_TCU			49

#define MASTER_IPA_CORE			0
#define SLAVE_IPA_CORE			1

#endif
+0 −3
Original line number Diff line number Diff line
@@ -121,9 +121,6 @@
#define SLAVE_LLCC			15
#define SLAVE_SERVICE_GEM_NOC		16

#define MASTER_IPA_CORE			0
#define SLAVE_IPA_CORE			1

#define MASTER_LLCC			0
#define SLAVE_EBI_CH0			1

Loading