mbox series

[v3,0/3] arm64: dts: qcom: sa8775p-ride: support both board variants

Message ID 20240627114212.25400-1-brgl@bgdev.pl (mailing list archive)
Headers show
Series arm64: dts: qcom: sa8775p-ride: support both board variants | expand

Message

Bartosz Golaszewski June 27, 2024, 11:42 a.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Split the current .dts into two: the existing one keeps the name and
supports revision 2 of the board while patch 2 adds a .dts for revision 3.

Changes since v2:
- use correct phy-mode for Rev3

Changes since v1:
- add a new compatible for Rev3

Bartosz Golaszewski (3):
  dt-bindings: arm: qcom: add sa8775p-ride Rev 3
  arm64: dts: qcom: move common parts for sa8775p-ride variants into a
    .dtsi
  arm64: dts: qcom: sa8775p-ride-r3: add new board file

 .../devicetree/bindings/arm/qcom.yaml         |   1 +
 arch/arm64/boot/dts/qcom/Makefile             |   1 +
 arch/arm64/boot/dts/qcom/sa8775p-ride-r3.dts  |  47 +
 arch/arm64/boot/dts/qcom/sa8775p-ride.dts     | 836 +-----------------
 arch/arm64/boot/dts/qcom/sa8775p-ride.dtsi    | 814 +++++++++++++++++
 5 files changed, 885 insertions(+), 814 deletions(-)
 create mode 100644 arch/arm64/boot/dts/qcom/sa8775p-ride-r3.dts
 create mode 100644 arch/arm64/boot/dts/qcom/sa8775p-ride.dtsi

Comments

Bjorn Andersson July 3, 2024, 3:37 a.m. UTC | #1
On Thu, 27 Jun 2024 13:42:09 +0200, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> 
> Split the current .dts into two: the existing one keeps the name and
> supports revision 2 of the board while patch 2 adds a .dts for revision 3.
> 
> Changes since v2:
> - use correct phy-mode for Rev3
> 
> [...]

Applied, thanks!

[1/3] dt-bindings: arm: qcom: add sa8775p-ride Rev 3
      commit: 9ca49bb26ef64ffd0edd1a037e0b00b8e32617dc
[2/3] arm64: dts: qcom: move common parts for sa8775p-ride variants into a .dtsi
      commit: fe15631117f8d85b1bc4e0c3b434c78be483a43d
[3/3] arm64: dts: qcom: sa8775p-ride-r3: add new board file
      commit: 818c2676e5816dad5a77df5a1c0d99d0e160d0b1

Best regards,