diff mbox series

[1/2] dt-bindings: interconnect: sm8650: document the MASTER_APSS_NOC

Message ID 20250415-topic-sm8650-upstream-icc-apss-noc-v1-1-9e6bea3943d8@linaro.org
State New
Headers show
Series interconnect: qcom: sm8650: add MASTER_APSS_NOC system NoC node | expand

Commit Message

Neil Armstrong April 15, 2025, 2:03 p.m. UTC
Document the MASTER_APSS_NOC interconnect node for the SM8650
SoC system NoC.

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
 include/dt-bindings/interconnect/qcom,sm8650-rpmh.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Rob Herring (Arm) April 21, 2025, 6:49 p.m. UTC | #1
On Tue, 15 Apr 2025 16:03:47 +0200, Neil Armstrong wrote:
> Document the MASTER_APSS_NOC interconnect node for the SM8650
> SoC system NoC.
> 
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
> ---
>  include/dt-bindings/interconnect/qcom,sm8650-rpmh.h | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>
diff mbox series

Patch

diff --git a/include/dt-bindings/interconnect/qcom,sm8650-rpmh.h b/include/dt-bindings/interconnect/qcom,sm8650-rpmh.h
index 6c1eaf04e24103c9b82ff28811c058e5203c4079..1216aa352d55e095a9cdbd45102725768b01e78f 100644
--- a/include/dt-bindings/interconnect/qcom,sm8650-rpmh.h
+++ b/include/dt-bindings/interconnect/qcom,sm8650-rpmh.h
@@ -150,5 +150,6 @@ 
 #define MASTER_A1NOC_SNOC			0
 #define MASTER_A2NOC_SNOC			1
 #define SLAVE_SNOC_GEM_NOC_SF			2
+#define MASTER_APSS_NOC				3
 
 #endif