Skip to content

Commit

Permalink
dt-bindings: interconnect: qcom: drop IPA_CORE related defines
Browse files Browse the repository at this point in the history
These interconnects are modeled as clks, not interconnects, therefore
remove corresponding defines from the binding as they're unused.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20230109002935.244320-10-dmitry.baryshkov@linaro.org
Signed-off-by: Georgi Djakov <djakov@kernel.org>
  • Loading branch information
Dmitry Baryshkov authored and Georgi Djakov committed Jan 18, 2023
1 parent 2f0f1d9 commit e51c94d
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 16 deletions.
3 changes: 0 additions & 3 deletions include/dt-bindings/interconnect/qcom,sc7180.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 0 additions & 3 deletions include/dt-bindings/interconnect/qcom,sc8180x.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions include/dt-bindings/interconnect/qcom,sc8280xp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions include/dt-bindings/interconnect/qcom,sdx55.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,5 @@
#define SLAVE_QDSS_STM 48
#define SLAVE_TCU 49

#define MASTER_IPA_CORE 0
#define SLAVE_IPA_CORE 1

#endif
3 changes: 0 additions & 3 deletions include/dt-bindings/interconnect/qcom,sm8150.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 0 additions & 3 deletions include/dt-bindings/interconnect/qcom,sm8250.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@
#define SLAVE_SERVICE_GEM_NOC_2 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

Expand Down

0 comments on commit e51c94d

Please sign in to comment.