linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/5] arm64: qcom: add initial support for qcom sa8775p-ride
@ 2023-02-01 15:20 Bartosz Golaszewski
  2023-02-01 15:20 ` [PATCH v3 1/5] dt-bindings: firmware: qcom,scm: add qcom,scm-sa8775p compatible Bartosz Golaszewski
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Bartosz Golaszewski @ 2023-02-01 15:20 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Manivannan Sadhasivam, Jassi Brar,
	Wim Van Sebroeck, Guenter Roeck
  Cc: linux-arm-msm, devicetree, linux-kernel, linux-watchdog,
	Bartosz Golaszewski

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


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

end of thread, other threads:[~2023-03-15 23:32 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-01 15:20 [PATCH v3 0/5] arm64: qcom: add initial support for qcom sa8775p-ride Bartosz Golaszewski
2023-02-01 15:20 ` [PATCH v3 1/5] dt-bindings: firmware: qcom,scm: add qcom,scm-sa8775p compatible Bartosz Golaszewski
2023-02-01 15:20 ` [PATCH v3 2/5] dt-bindings: mailbox: qcom-ipcc: document the sa8775p platform Bartosz Golaszewski
2023-02-01 18:00   ` Krzysztof Kozlowski
2023-02-01 15:20 ` [PATCH v3 3/5] dt-bindings: watchdog: qcom-wdt: add qcom,apss-wdt-sa8775p compatible Bartosz Golaszewski
2023-02-01 15:36   ` Guenter Roeck
2023-02-01 15:20 ` [PATCH v3 4/5] dt-bindings: arm: qcom: add the sa8775p-ride board Bartosz Golaszewski
2023-02-01 15:20 ` [PATCH v3 5/5] arm64: dts: qcom: add initial support for qcom sa8775p-ride Bartosz Golaszewski
2023-02-01 18:02   ` Krzysztof Kozlowski
2023-02-09 18:04   ` Eric Chanudet
2023-02-09 19:52     ` Bartosz Golaszewski
2023-02-14  9:28   ` Bartosz Golaszewski
2023-02-06 21:08 ` [PATCH v3 0/5] arm64: " Bartosz Golaszewski
2023-03-15 23:34 ` (subset) " Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).