linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] arm64: qcom: add initial support for qcom sa8775p-ride
@ 2023-02-14  9:27 Bartosz Golaszewski
  2023-02-14  9:27 ` [PATCH v4 1/2] dt-bindings: mailbox: qcom-ipcc: document the sa8775p platform Bartosz Golaszewski
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Bartosz Golaszewski @ 2023-02-14  9:27 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio,
	Manivannan Sadhasivam, Jassi Brar, Rob Herring,
	Krzysztof Kozlowski
  Cc: linux-arm-msm, linux-kernel, devicetree, Bartosz Golaszewski

From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Bjorn,

I'm resending this because it's been discussed with Qualcomm that we need to
drop the watchdog node from the DT. Please don't apply the previous version.

I've also dropped the patches you already have in your tree so these are the
two remaining.

v3 -> v4:
- drop the watchdog node from DT
- drop the watchdog dt-bindings patch
- drop the patches already in Bjorn's tree
- collect tags

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 (2):
  dt-bindings: mailbox: qcom-ipcc: document the sa8775p platform
  arm64: dts: qcom: add initial support for qcom sa8775p-ride

 .../bindings/mailbox/qcom-ipcc.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         | 805 ++++++++++++++++++
 4 files changed, 854 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] 8+ messages in thread

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-14  9:27 [PATCH v4 0/2] arm64: qcom: add initial support for qcom sa8775p-ride Bartosz Golaszewski
2023-02-14  9:27 ` [PATCH v4 1/2] dt-bindings: mailbox: qcom-ipcc: document the sa8775p platform Bartosz Golaszewski
2023-02-14  9:27 ` [PATCH v4 2/2] arm64: dts: qcom: add initial support for qcom sa8775p-ride Bartosz Golaszewski
2023-03-06 13:26   ` Bartosz Golaszewski
2023-03-14  6:25   ` Shazad Hussain
2023-03-14  8:19     ` Bartosz Golaszewski
2023-03-14  9:30       ` Shazad Hussain
2023-03-15 23:34 ` (subset) [PATCH v4 0/2] arm64: " 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).