[PATCH v2 1/3] dt-bindings: net: qcom: ethernet: Add interconnect properties
From: Sagar Cheluvegowda
Date: Tue Jun 25 2024 - 19:50:39 EST
Add documentation for the interconnect and interconnect-names
properties required when voting for AHB and AXI buses.
Suggested-by: Andrew Halaney <ahalaney@xxxxxxxxxx>
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..b7e2644bfb18 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
+ - const: ahb
+
phys: true
phy-names:
--
2.34.1