From: Sagar Cheluvegowda <quic_scheluve@quicinc.com>
Add documentation for the interconnect and interconnect-names
properties required when voting for AHB and AXI buses.
Suggested-by: Andrew Halaney <ahalaney@redhat.com>
Signed-off-by: Sagar Cheluvegowda <quic_scheluve@quicinc.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
---
I picked this up because it hasn't been merged for a year and the
original author didn't seem to react to that either..
The original driver change that was paired with this patch has
bitrotted, but this is still useful on its own (if only to reduce the
number of DT checker warnings in qcom/..)
No changes besides `b4 trailers -u && git commit --amend -s`
v4: https://lore.kernel.org/linux-arm-msm/20240708-icc_bw_voting_from_ethqos-v4-0-c6bc3db86071@quicinc.com/
---
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 e7ee0d9efed8..423959cb928d 100644
--- a/Documentation/devicetree/bindings/net/qcom,ethqos.yaml
+++ b/Documentation/devicetree/bindings/net/qcom,ethqos.yaml
@@ -73,6 +73,14 @@ properties:
dma-coherent: true
+ interconnects:
+ maxItems: 2
+
+ interconnect-names:
+ items:
+ - const: cpu-mac
+ - const: mac-mem
+
phys: true
phy-names:
---
base-commit: 52ba76324a9d7c39830c850999210a36ef023cde
change-id: 20251015-topic-qc_stmmac_icc_bindings-cf2388df1d97
Best regards,
--
Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>