All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] arm64: zynqmp: Some DT alignment
@ 2024-01-08 15:39 ` Michal Simek
  0 siblings, 0 replies; 33+ messages in thread
From: Michal Simek @ 2024-01-08 15:39 UTC (permalink / raw)
  To: linux-kernel, monstr, michal.simek, git
  Cc: Conor Dooley, Krzysztof Kozlowski, Rob Herring,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	moderated list:ARM/ZYNQ ARCHITECTURE

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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2025-02-21 17:10 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-08 15:39 [PATCH 00/14] arm64: zynqmp: Some DT alignment Michal Simek
2024-01-08 15:39 ` Michal Simek
2024-01-08 15:39 ` [PATCH 01/14] arm64: xilinx: Move address/size-cells to proper locations Michal Simek
2024-01-08 15:39   ` 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   ` 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   ` 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   ` 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   ` Michal Simek
2024-01-08 15:39 ` [PATCH 06/14] arm64: zynqmp: Describe assigned-clocks for uarts Michal Simek
2024-01-08 15:39   ` 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   ` 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   ` 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   ` Michal Simek
2024-01-08 15:39 ` [PATCH 10/14] arm64: zynqmp: Remove incorrect comment from kv260s Michal Simek
2024-01-08 15:39   ` 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   ` 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   ` Michal Simek
2024-01-08 15:39 ` [PATCH 13/14] arm64: zynqmp: Comment all smmu entries Michal Simek
2024-01-08 15:39   ` Michal Simek
2024-01-08 15:39 ` [PATCH 14/14] arm64: zynqmp: Align usb clock nodes with binding Michal Simek
2024-01-08 15:39   ` Michal Simek
2024-01-22 13:15 ` [PATCH 00/14] arm64: zynqmp: Some DT alignment Michal Simek
2024-01-22 13:15   ` Michal Simek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.