devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@amd.com>
To: <linux-kernel@vger.kernel.org>, <monstr@monstr.eu>,
	<michal.simek@xilinx.com>, <git@xilinx.com>
Cc: Conor Dooley <conor+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Rob Herring <robh+dt@kernel.org>,
	"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS"
	<devicetree@vger.kernel.org>,
	"moderated list:ARM/ZYNQ ARCHITECTURE"
	<linux-arm-kernel@lists.infradead.org>
Subject: [PATCH 00/14] arm64: zynqmp: Some DT alignment
Date: Mon, 8 Jan 2024 16:39:11 +0100	[thread overview]
Message-ID: <cover.1704728353.git.michal.simek@amd.com> (raw)

Hi,

I am sending couple of patches to update DTs for current ZynqMP boards.
All should be aligned with the latest DT binding and should also solve all
build issues reported by W=1.

Thanks,
Michal


Ilias Apalodimas (1):
  arm64: zynqmp: Add an OP-TEE node to the device tree

Michal Simek (9):
  arm64: xilinx: Move address/size-cells to proper locations
  arm64: zynqmp: Setup default si570 frequency to 156.25MHz
  arm64: zynqmp: Describe assigned-clocks for uarts
  arm64: zynqmp: Fix comment to be aligned with board name.
  arm64: zynqmp: Introduce u-boot options node with bootscr-address
  arm64: zynqmp: Remove incorrect comment from kv260s
  arm64: zynqmp: Rename i2c?-gpio to i2c?-gpio-grp
  arm64: zynqmp: Comment all smmu entries
  arm64: zynqmp: Align usb clock nodes with binding

Neal Frager (1):
  arm64: zynqmp: Add output-enable pins to SOMs

Srinivas Neeli (1):
  arm64: zynqmp: Add resets property for CAN nodes

Tejas Bhumkar (1):
  arm64: zynqmp: Disable Tri-state for MIO38 Pin

Thippeswamy Havalige (1):
  arm64: zynqmp: Update ECAM size to discover up to 256 buses

 .../arm64/boot/dts/xilinx/zynqmp-clk-ccf.dtsi | 16 ++-
 .../boot/dts/xilinx/zynqmp-sck-kv-g-revA.dtso | 36 ++++++-
 .../boot/dts/xilinx/zynqmp-sck-kv-g-revB.dtso | 37 ++++++-
 .../boot/dts/xilinx/zynqmp-sm-k26-revA.dts    |  6 ++
 .../boot/dts/xilinx/zynqmp-zc1232-revA.dts    |  2 +
 .../boot/dts/xilinx/zynqmp-zc1254-revA.dts    |  2 +
 .../dts/xilinx/zynqmp-zc1751-xm015-dc1.dts    |  6 +-
 .../dts/xilinx/zynqmp-zc1751-xm016-dc2.dts    | 10 +-
 .../dts/xilinx/zynqmp-zc1751-xm017-dc3.dts    |  2 +
 .../dts/xilinx/zynqmp-zc1751-xm018-dc4.dts    |  2 +
 .../dts/xilinx/zynqmp-zc1751-xm019-dc5.dts    |  4 +-
 .../boot/dts/xilinx/zynqmp-zcu100-revC.dts    |  4 +-
 .../boot/dts/xilinx/zynqmp-zcu102-revA.dts    | 12 ++-
 .../boot/dts/xilinx/zynqmp-zcu104-revA.dts    |  6 +-
 .../boot/dts/xilinx/zynqmp-zcu104-revC.dts    |  6 +-
 .../boot/dts/xilinx/zynqmp-zcu106-revA.dts    | 12 ++-
 .../boot/dts/xilinx/zynqmp-zcu111-revA.dts    | 10 +-
 .../boot/dts/xilinx/zynqmp-zcu1275-revA.dts   |  4 +-
 arch/arm64/boot/dts/xilinx/zynqmp.dtsi        | 97 ++++++++++---------
 19 files changed, 204 insertions(+), 70 deletions(-)

-- 
2.36.1


             reply	other threads:[~2024-01-08 15:39 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-08 15:39 Michal Simek [this message]
2024-01-08 15:39 ` [PATCH 01/14] arm64: xilinx: Move address/size-cells to proper locations Michal Simek
2025-02-21 17:05   ` Rob Herring
2024-01-08 15:39 ` [PATCH 02/14] arm64: zynqmp: Add output-enable pins to SOMs Michal Simek
2024-01-08 15:39 ` [PATCH 03/14] arm64: zynqmp: Add an OP-TEE node to the device tree Michal Simek
2024-01-08 15:39 ` [PATCH 04/14] arm64: zynqmp: Add resets property for CAN nodes Michal Simek
2024-01-08 15:39 ` [PATCH 05/14] arm64: zynqmp: Setup default si570 frequency to 156.25MHz Michal Simek
2024-01-08 15:39 ` [PATCH 06/14] arm64: zynqmp: Describe assigned-clocks for uarts Michal Simek
2024-01-08 15:39 ` [PATCH 07/14] arm64: zynqmp: Update ECAM size to discover up to 256 buses Michal Simek
2024-01-08 15:39 ` [PATCH 08/14] arm64: zynqmp: Fix comment to be aligned with board name Michal Simek
2024-01-08 15:39 ` [PATCH 09/14] arm64: zynqmp: Introduce u-boot options node with bootscr-address Michal Simek
2024-01-08 15:39 ` [PATCH 10/14] arm64: zynqmp: Remove incorrect comment from kv260s Michal Simek
2024-01-08 15:39 ` [PATCH 11/14] arm64: zynqmp: Disable Tri-state for MIO38 Pin Michal Simek
2024-01-08 15:39 ` [PATCH 12/14] arm64: zynqmp: Rename i2c?-gpio to i2c?-gpio-grp Michal Simek
2024-01-08 15:39 ` [PATCH 13/14] arm64: zynqmp: Comment all smmu entries Michal Simek
2024-01-08 15:39 ` [PATCH 14/14] arm64: zynqmp: Align usb clock nodes with binding Michal Simek
2024-01-22 13:15 ` [PATCH 00/14] arm64: zynqmp: Some DT alignment Michal Simek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1704728353.git.michal.simek@amd.com \
    --to=michal.simek@amd.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=git@xilinx.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=michal.simek@xilinx.com \
    --cc=monstr@monstr.eu \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).