Skip to content

Commit ba1af25

Browse files
yijiyangkuba-moo
authored andcommitted
dt-bindings: net: qcom,ethqos: Correct fallback compatible for qcom,qcs615-ethqos
The qcs615-ride utilizes the same EMAC as the qcs404, rather than the sm8150. The current incorrect fallback could result in packet loss. The Ethernet on qcs615-ride is currently not utilized by anyone. Therefore, there is no need to worry about any ABI impact. Fixes: 32535b9 ("dt-bindings: net: qcom,ethqos: add description for qcs615") Signed-off-by: Yijie Yang <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 6bb194d commit ba1af25

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ properties:
2121
oneOf:
2222
- items:
2323
- enum:
24-
- qcom,qcs8300-ethqos
25-
- const: qcom,sa8775p-ethqos
24+
- qcom,qcs615-ethqos
25+
- const: qcom,qcs404-ethqos
2626
- items:
2727
- enum:
28-
- qcom,qcs615-ethqos
29-
- const: qcom,sm8150-ethqos
28+
- qcom,qcs8300-ethqos
29+
- const: qcom,sa8775p-ethqos
3030
- enum:
3131
- qcom,qcs404-ethqos
3232
- qcom,sa8775p-ethqos

0 commit comments

Comments
 (0)