mbox series

[v3,0/2] Add ethernet dts schema for qcs615/qcs8300

Message ID 20241029-schema-v3-0-fbde519eaf00@quicinc.com (mailing list archive)
Headers show
Series Add ethernet dts schema for qcs615/qcs8300 | expand

Message

Yijie Yang Oct. 29, 2024, 3:11 a.m. UTC
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.

Signed-off-by: Yijie Yang <quic_yijiyang@quicinc.com>
---
Changes in v3:
- Remove merged patch from this series: "dt-bindings: phy: describe the Qualcomm SGMII PHY".
- Remove unnecessary dependency description.
- Rebase this patchsets on top of 'next-20241028'.
- Link to v2: https://lore.kernel.org/r/20241017-schema-v2-0-2320f68dc126@quicinc.com

Changes in v2:
- Adjust the position of the EMAC compatible fallback for qcs8300 in the YAML file according to the order.
- Link to v1: https://lore.kernel.org/r/132a8e29-3be7-422a-bc83-d6be00fac3e8@kernel.org

---
Yijie Yang (2):
      dt-bindings: net: qcom,ethqos: add description for qcs615
      dt-bindings: net: qcom,ethqos: add description for qcs8300

 .../devicetree/bindings/net/qcom,ethqos.yaml          | 19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)
---
base-commit: c8f460cd88112a37cbb3321a25ddddba08bb0372
change-id: 20241029-schema-1a68d22456ff

Best regards,

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 31, 2024, 2 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 29 Oct 2024 11:11:54 +0800 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [v3,1/2] dt-bindings: net: qcom,ethqos: add description for qcs615
    https://git.kernel.org/netdev/net-next/c/32535b9410b8
  - [v3,2/2] dt-bindings: net: qcom,ethqos: add description for qcs8300
    https://git.kernel.org/netdev/net-next/c/0fb248365993

You are awesome, thank you!