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@xxxxxxxxxxx> --- This patch series depends on below patch series: https://lore.kernel.org/all/20241104-add_initial_support_for_qcs615-v5-0-9dde8d7b80b0@xxxxxxxxxxx/ https://lore.kernel.org/all/20241118-schema-v1-1-11b7c1583c0c@xxxxxxxxxxx/ https://lore.kernel.org/all/20241118-schema-v1-2-11b7c1583c0c@xxxxxxxxxxx/ 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@xxxxxxxxxxx --- 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, -- Yijie Yang <quic_yijiyang@xxxxxxxxxxx>