mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 12:21:22 -05:00
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: 32535b9410 ("dt-bindings: net: qcom,ethqos: add description for qcs615")
Signed-off-by: Yijie Yang <quic_yijiyang@quicinc.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://patch.msgid.link/20250120-schema_qcs615-v4-1-d9d122f89e64@quicinc.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
committed by
Jakub Kicinski
parent
6bb194d036
commit
ba1af257a0
@@ -21,12 +21,12 @@ properties:
|
||||
oneOf:
|
||||
- items:
|
||||
- enum:
|
||||
- qcom,qcs8300-ethqos
|
||||
- const: qcom,sa8775p-ethqos
|
||||
- qcom,qcs615-ethqos
|
||||
- const: qcom,qcs404-ethqos
|
||||
- items:
|
||||
- enum:
|
||||
- qcom,qcs615-ethqos
|
||||
- const: qcom,sm8150-ethqos
|
||||
- qcom,qcs8300-ethqos
|
||||
- const: qcom,sa8775p-ethqos
|
||||
- enum:
|
||||
- qcom,qcs404-ethqos
|
||||
- qcom,sa8775p-ethqos
|
||||
|
||||
Reference in New Issue
Block a user