The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Enable ethernet for qcs8300
@ 2024-10-17 10:27 YijieYang
  2024-10-17 10:27 ` [PATCH v2 1/5] dt-bindings: arm: qcom: add qcs8300-ride Rev 2 YijieYang
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: YijieYang @ 2024-10-17 10:27 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Richard Cochran
  Cc: linux-arm-msm, devicetree, linux-kernel, netdev, quic_tingweiz,
	quic_aiquny, Yijie Yang

From: Yijie Yang <quic_yijiyang@quicinc.com>

Add dts nodes to enable ethernet interface on qcs8300-ride and
Rev 2 platforms.
The EMAC, SerDes and EPHY version are the same as those in sa8775p.

Signed-off-by: Yijie Yang <quic_yijiyang@quicinc.com>
---
This patch series depends on below patch series:
https://lore.kernel.org/all/20240925-qcs8300_initial_dtsi-v2-0-494c40fa2a42@quicinc.com/
https://lore.kernel.org/all/20241010-schema-v1-0-98b2d0a2f7a2@quicinc.com/

Changes in v2:
- Detect rename and rewrite of changes, and break down changes for easier understanding
- Document the difference between qcs8300 ride and revision 2 in commit message
- Link to v1: https://lore.kernel.org/r/20241010-dts_qcs8300-v1-0-bf5acf05830b@quicinc.com

Yijie Yang (5):
  dt-bindings: arm: qcom: add qcs8300-ride Rev 2
  arm64: dts: qcom: qcs8300: add the first 1Gb ethernet
  arm64: dts: qcom: qcs8300-ride: enable ethernet0
  arm64: dts: qcom: move common parts for qcs8300-ride variants into a
    .dtsi
  arm64: dts: qcom: qcs8300-ride-r2: add new board file

 .../devicetree/bindings/arm/qcom.yaml         |   1 +
 arch/arm64/boot/dts/qcom/Makefile             |   1 +
 arch/arm64/boot/dts/qcom/qcs8300-ride-r2.dts  |  33 ++
 arch/arm64/boot/dts/qcom/qcs8300-ride.dts     | 299 ++----------------
 .../{qcs8300-ride.dts => qcs8300-ride.dtsi}   | 107 ++++++-
 arch/arm64/boot/dts/qcom/qcs8300.dtsi         |  43 +++
 6 files changed, 212 insertions(+), 272 deletions(-)
 create mode 100644 arch/arm64/boot/dts/qcom/qcs8300-ride-r2.dts
 rewrite arch/arm64/boot/dts/qcom/qcs8300-ride.dts (95%)
 copy arch/arm64/boot/dts/qcom/{qcs8300-ride.dts => qcs8300-ride.dtsi} (78%)


base-commit: cea5425829f77e476b03702426f6b3701299b925
-- 
2.34.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-10-28  1:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-17 10:27 [PATCH v2 0/5] Enable ethernet for qcs8300 YijieYang
2024-10-17 10:27 ` [PATCH v2 1/5] dt-bindings: arm: qcom: add qcs8300-ride Rev 2 YijieYang
2024-10-18  6:24   ` Krzysztof Kozlowski
2024-10-17 10:27 ` [PATCH v2 2/5] arm64: dts: qcom: qcs8300: add the first 1Gb ethernet YijieYang
2024-10-17 10:27 ` [PATCH v2 3/5] arm64: dts: qcom: qcs8300-ride: enable ethernet0 YijieYang
2024-10-25 17:53   ` Konrad Dybcio
2024-10-17 10:27 ` [PATCH v2 4/5] arm64: dts: qcom: move common parts for qcs8300-ride variants into a .dtsi YijieYang
2024-10-25 17:55   ` Konrad Dybcio
2024-10-28  1:20     ` Yijie Yang
2024-10-17 10:27 ` [PATCH v2 5/5] arm64: dts: qcom: qcs8300-ride-r2: add new board file YijieYang
2024-10-25 17:55   ` Konrad Dybcio

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox