Skip to content

Commit 32535b9

Browse files
yijiyangkuba-moo
authored andcommitted
dt-bindings: net: qcom,ethqos: add description for qcs615
Add compatible for the MAC controller on qcs615 platform. Since qcs615 shares the same EMAC as sm8150, so it fallback to that compatible. Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Yijie Yang <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent a3c1185 commit 32535b9

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

Documentation/devicetree/bindings/net/qcom,ethqos.yaml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,16 @@ allOf:
1818

1919
properties:
2020
compatible:
21-
enum:
22-
- qcom,qcs404-ethqos
23-
- qcom,sa8775p-ethqos
24-
- qcom,sc8280xp-ethqos
25-
- qcom,sm8150-ethqos
21+
oneOf:
22+
- items:
23+
- enum:
24+
- qcom,qcs615-ethqos
25+
- const: qcom,sm8150-ethqos
26+
- enum:
27+
- qcom,qcs404-ethqos
28+
- qcom,sa8775p-ethqos
29+
- qcom,sc8280xp-ethqos
30+
- qcom,sm8150-ethqos
2631

2732
reg:
2833
maxItems: 2

0 commit comments

Comments
 (0)