Re: [PATCH v2 0/3] arm64: dts: qcom: sa8775p-ride: support both board variants

From: Bartosz Golaszewski
Date: Tue Jun 25 2024 - 11:25:18 EST


On Tue, Jun 25, 2024 at 5:14 PM Bartosz Golaszewski <brgl@xxxxxxxx> wrote:
>
> From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
>
> 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 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
>
> --
> 2.43.0
>

Eeek -ETOOEARLY, please disregard this one, it requires one more
change. Sorry for the noise.

Bartosz