[PATCH 3/3] dt-bindings: net: qcom: ethernet: Add interconnect properties

From: Sagar Cheluvegowda
Date: Wed Jun 19 2024 - 18:43:34 EST


Add documentation for the interconnect and interconnect-names
properties required when voting for AHB and AXI buses.

Signed-off-by: Sagar Cheluvegowda <quic_scheluve@xxxxxxxxxxx>
---
Documentation/devicetree/bindings/net/qcom,ethqos.yaml | 8 ++++++++
1 file changed, 8 insertions(+)

diff --git a/Documentation/devicetree/bindings/net/qcom,ethqos.yaml b/Documentation/devicetree/bindings/net/qcom,ethqos.yaml
index 6672327358bc..bf2a197342a5 100644
--- a/Documentation/devicetree/bindings/net/qcom,ethqos.yaml
+++ b/Documentation/devicetree/bindings/net/qcom,ethqos.yaml
@@ -63,6 +63,14 @@ properties:

dma-coherent: true

+ interconnects:
+ maxItems: 2
+
+ interconnect-names:
+ items:
+ - const: axi_icc_path
+ - const: ahb_icc_path
+
phys: true

phy-names:

--
2.34.1