mbox series

[v2,0/2] Enable ethernet on qcs615

Message ID 20241118-dts_qcs615-v2-0-e62b924a3cbd@quicinc.com (mailing list archive)
Headers show
Series Enable ethernet on qcs615 | expand

Message

YijieYang Nov. 18, 2024, 6:44 a.m. UTC
Add dts nodes and EMAC driver data to enable ethernet interface on
qcs615-ride platforms.
The EMAC version currently in use on this platform is 2.3.1, and the EPHY
model is Micrel KSZ9031.

Signed-off-by: Yijie Yang <quic_yijiyang@quicinc.com>
---
This patch series depends on below patch series:
https://lore.kernel.org/all/20241104-add_initial_support_for_qcs615-v5-0-9dde8d7b80b0@quicinc.com/
https://lore.kernel.org/all/20241118-schema-v1-1-11b7c1583c0c@quicinc.com/
https://lore.kernel.org/all/20241118-schema-v1-2-11b7c1583c0c@quicinc.com/

Changes in v2:
- Pad the address to 8 hex digits with leading zeros.
- Make clock names a vertical list.
- Refresh the dependencies and update the base-commit.
- Link to v1: https://lore.kernel.org/r/20241010-dts_qcs615-v1-0-05f27f6ac4d3@quicinc.com

---
Yijie Yang (2):
      arm64: dts: qcom: qcs615: add ethernet node
      arm64: dts: qcom: qcs615-ride: Enable ethernet node

 arch/arm64/boot/dts/qcom/qcs615-ride.dts | 106 +++++++++++++++++++++++++++++++
 arch/arm64/boot/dts/qcom/qcs615.dtsi     |  32 ++++++++++
 2 files changed, 138 insertions(+)
---
base-commit: ec29543c01b3dbfcb9a2daa4e0cd33afb3c30c39
change-id: 20241111-dts_qcs615-7300e18d52d8

Best regards,