[PATCH v2 3/3] dt-bindings: net: qcom,ethqos: add description for qcs8300
From: Yijie Yang <hidden>
Date: 2024-10-17 09:54:10
Also in:
linux-arm-msm, linux-devicetree, linux-phy, lkml
Subsystem:
arm/qualcomm mailing list, networking drivers, open firmware and flattened device tree bindings, qualcomm ethqos ethernet driver, the rest · Maintainers:
Andrew Lunn, "David S. Miller", Eric Dumazet, Jakub Kicinski, Paolo Abeni, Rob Herring, Krzysztof Kozlowski, Conor Dooley, Mohd Ayaan Anwar, Linus Torvalds
Add compatible for the MAC controller on qcs8300 platforms.
Since qcs8300 shares the same EMAC as sa8775p, so it fallback to the
compatible.
Signed-off-by: Yijie Yang <redacted>
Reviewed-by: Krzysztof Kozlowski <redacted>
---
Documentation/devicetree/bindings/net/qcom,ethqos.yaml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Documentation/devicetree/bindings/net/qcom,ethqos.yaml b/Documentation/devicetree/bindings/net/qcom,ethqos.yaml
index 8cf29493b8228967156758c0363a978daec84152..0bcd593a7bd093d4475908d82585c36dd6b3a284 100644
--- a/Documentation/devicetree/bindings/net/qcom,ethqos.yaml
+++ b/Documentation/devicetree/bindings/net/qcom,ethqos.yaml
@@ -19,6 +19,10 @@ allOf:
properties:
compatible:
oneOf:
+ - items:
+ - enum:
+ - qcom,qcs8300-ethqos
+ - const: qcom,sa8775p-ethqos
- items:
- enum:
- qcom,qcs615-ethqos
--
2.34.1