mbox series

[v3,0/5] arm64: qcom: add initial support for qcom sa8775p-ride

Message ID 20230201152038.203387-1-brgl@bgdev.pl (mailing list archive)
Headers show
Series arm64: qcom: add initial support for qcom sa8775p-ride | expand

Message

Bartosz Golaszewski Feb. 1, 2023, 3:20 p.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

This iteration contains a fixed DTS and all not already applied DT bindings
patches (with tags collected).

v2 -> v3:
- reorder properties (reg always first, etc.)
- tweak node names
- remove properties filled in by the firmware

v1 -> v2:
- lots of improvements all around the place to make the dts pass dtbs_check
  (with some additional patches fixing bugs in existing dt bindings),
  make dtbs W=1 and checkpatch.pl
- move board-specific properties to the board .dts file
- ordered top-level nodes alphabetically and sub-nodes by the reg property
- fixed licensing
- set #address-cells and #size-cells to <2> in the soc node and update sub-nodes

Bartosz Golaszewski (5):
  dt-bindings: firmware: qcom,scm: add qcom,scm-sa8775p compatible
  dt-bindings: mailbox: qcom-ipcc: document the sa8775p platform
  dt-bindings: watchdog: qcom-wdt: add qcom,apss-wdt-sa8775p compatible
  dt-bindings: arm: qcom: add the sa8775p-ride board
  arm64: dts: qcom: add initial support for qcom sa8775p-ride

 .../devicetree/bindings/arm/qcom.yaml         |   7 +
 .../bindings/firmware/qcom,scm.yaml           |   1 +
 .../bindings/mailbox/qcom-ipcc.yaml           |   1 +
 .../bindings/watchdog/qcom-wdt.yaml           |   1 +
 arch/arm64/boot/dts/qcom/Makefile             |   1 +
 arch/arm64/boot/dts/qcom/sa8775p-ride.dts     |  47 +
 arch/arm64/boot/dts/qcom/sa8775p.dtsi         | 812 ++++++++++++++++++
 7 files changed, 870 insertions(+)
 create mode 100644 arch/arm64/boot/dts/qcom/sa8775p-ride.dts
 create mode 100644 arch/arm64/boot/dts/qcom/sa8775p.dtsi

Comments

Bartosz Golaszewski Feb. 6, 2023, 9:08 p.m. UTC | #1
On Wed, Feb 1, 2023 at 4:21 PM Bartosz Golaszewski <brgl@bgdev.pl> wrote:
>
> From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
>
> This iteration contains a fixed DTS and all not already applied DT bindings
> patches (with tags collected).
>
> v2 -> v3:
> - reorder properties (reg always first, etc.)
> - tweak node names
> - remove properties filled in by the firmware
>
> v1 -> v2:
> - lots of improvements all around the place to make the dts pass dtbs_check
>   (with some additional patches fixing bugs in existing dt bindings),
>   make dtbs W=1 and checkpatch.pl
> - move board-specific properties to the board .dts file
> - ordered top-level nodes alphabetically and sub-nodes by the reg property
> - fixed licensing
> - set #address-cells and #size-cells to <2> in the soc node and update sub-nodes
>
> Bartosz Golaszewski (5):
>   dt-bindings: firmware: qcom,scm: add qcom,scm-sa8775p compatible
>   dt-bindings: mailbox: qcom-ipcc: document the sa8775p platform
>   dt-bindings: watchdog: qcom-wdt: add qcom,apss-wdt-sa8775p compatible
>   dt-bindings: arm: qcom: add the sa8775p-ride board
>   arm64: dts: qcom: add initial support for qcom sa8775p-ride
>
>  .../devicetree/bindings/arm/qcom.yaml         |   7 +
>  .../bindings/firmware/qcom,scm.yaml           |   1 +
>  .../bindings/mailbox/qcom-ipcc.yaml           |   1 +
>  .../bindings/watchdog/qcom-wdt.yaml           |   1 +
>  arch/arm64/boot/dts/qcom/Makefile             |   1 +
>  arch/arm64/boot/dts/qcom/sa8775p-ride.dts     |  47 +
>  arch/arm64/boot/dts/qcom/sa8775p.dtsi         | 812 ++++++++++++++++++
>  7 files changed, 870 insertions(+)
>  create mode 100644 arch/arm64/boot/dts/qcom/sa8775p-ride.dts
>  create mode 100644 arch/arm64/boot/dts/qcom/sa8775p.dtsi
>
> --
> 2.37.2
>

Hey Bjorn, can you pick up this series as it looks like it's ready to go?

Bart
Bjorn Andersson March 15, 2023, 11:34 p.m. UTC | #2
On Wed, 1 Feb 2023 16:20:33 +0100, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> 
> This iteration contains a fixed DTS and all not already applied DT bindings
> patches (with tags collected).
> 
> v2 -> v3:
> - reorder properties (reg always first, etc.)
> - tweak node names
> - remove properties filled in by the firmware
> 
> [...]

Applied, thanks!

[5/5] arm64: dts: qcom: add initial support for qcom sa8775p-ride
      commit: 603f96d4c9d0cb42f934fb0b99440bb9e8ba4385

Best regards,