Commit 157a4881 authored by Jakub Kicinski's avatar Jakub Kicinski
Browse files

Merge branch 'add-ethernet-dts-schema-for-qcs615-qcs8300'

Yijie Yang says:

====================
Add ethernet dts schema for qcs615/qcs8300

Document the ethernet and SerDes compatible for qcs8300. This platform
shares the same EMAC and SerDes as sa8775p, so the compatible fallback to
it.
Document the ethernet compatible for qcs615. This platform shares the
same EMAC as sm8150, so the compatible fallback to it.
Document the compatible for revision 2 of the qcs8300-ride board.

v2: https://lore.kernel.org/20241017-schema-v2-0-2320f68dc126@quicinc.com
v1: https://lore.kernel.org/132a8e29-3be7-422a-bc83-d6be00fac3e8@kernel.org
====================

Link: https://patch.msgid.link/20241029-schema-v3-0-fbde519eaf00@quicinc.com


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parents a3c1185e 0fb24836
Loading
Loading
Loading
Loading
+14 −5
Original line number Diff line number Diff line
@@ -18,7 +18,16 @@ allOf:

properties:
  compatible:
    enum:
    oneOf:
      - items:
          - enum:
              - qcom,qcs8300-ethqos
          - const: qcom,sa8775p-ethqos
      - items:
          - enum:
              - qcom,qcs615-ethqos
          - const: qcom,sm8150-ethqos
      - enum:
          - qcom,qcs404-ethqos
          - qcom,sa8775p-ethqos
          - qcom,sc8280xp-ethqos