mbox series

[GIT,PULL,RESEND] arm64: dts: ZynqMP DT changes for v6.8

Message ID CAHTX3dLyA1Y9guLKSNJTChFVvkspMfTa0odULyAdcuFUSiSH3A@mail.gmail.com (mailing list archive)
State Accepted
Commit 55bfefaabd45257e5846d7d0e5fd6d5eef2cb548
Headers show
Series [GIT,PULL,RESEND] arm64: dts: ZynqMP DT changes for v6.8 | expand

Pull-request

https://github.com/Xilinx/linux-xlnx.git tags/zynqmp-dt-for-6.8

Message

Michal Simek Dec. 18, 2023, 8:09 a.m. UTC
Hi,

please pull these changes to your tree. Most of those patches are related to dt
schema fixes or solving issues reported by W=1.
FYI: I have rebased the queue this week because Masahiro sent fixes tag Dec 12
against Rob's patch and wanted to record it.

I see origin email in lore here
https://lore.kernel.org/soc/678c4116-bb16-4d07-b70d-d417405c8266@monstr.eu/T/#u
but I can't see it in patchwork that's why sending it again and see if
that goes through.

Thanks,
Michal


The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

  https://github.com/Xilinx/linux-xlnx.git tags/zynqmp-dt-for-6.8

for you to fetch changes up to a98b6987de7d44cb621294041364f70285b3d2c6:

  arm64: zynqmp: Add missing destination mailbox compatible
(2023-12-13 16:52:47 +0100)

----------------------------------------------------------------
arm64: ZynqMP DT changes for 6.8

- Fix overlay rules to remove KR260 targets
- Move ethernet phys to mdio node
- Fix couple of issues reported by W=1
 - Do not use _ in node names
 - Use lowercase in register address
 - Remove address/size-cells from nodes without child
 - Moved fixed clock to root on KV260
- Fix issues reported by dt-schema
 - additional compatible string for qspi on SOM
- Move arm/xilinx.yaml to soc vendor to cover also other archs
- Describe new Microblaze V qemu platform
- Add missing mailbox destination compatible string

----------------------------------------------------------------
Michal Simek (11):
      arm64: xilinx: Do not use '_' in DT node names
      arm64: xilinx: Use lower case for partition address
      arm64: xilinx: Remove mt25qu512a compatible string from SOM
      arm64: xilinx: Put ethernet phys to mdio node
      arm64: xilinx: Remove address/size-cells from flash node
      arm64: xilinx: Remove address/size-cells from gem nodes
      dt-bindings: soc: xilinx: Move xilinx.yaml from arm to soc
      dt-bindings: soc: Add new board description for MicroBlaze V
      arm64: zynqmp: Move fixed clock to / for kv260
      arm64: zynqmp: Fix clock node name in kv260 cards
      arm64: zynqmp: Add missing destination mailbox compatible

Rob Herring (1):
      arm64: dts: xilinx: Apply overlays to base dtbs

 Documentation/devicetree/bindings/{arm => soc/xilinx}/xilinx.yaml |  7 +++-
 MAINTAINERS                                                       |  1 +
 arch/arm64/boot/dts/xilinx/Makefile                               |  9 ++---
 arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revA.dtso              |
40 +++++++++----------
 arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revB.dtso              |
42 ++++++++++----------
 arch/arm64/boot/dts/xilinx/zynqmp-sm-k26-revA.dts                 |  8 ++--
 arch/arm64/boot/dts/xilinx/zynqmp-zc1751-xm015-dc1.dts            |  8 +++-
 arch/arm64/boot/dts/xilinx/zynqmp-zc1751-xm016-dc2.dts            | 16 +++++---
 arch/arm64/boot/dts/xilinx/zynqmp-zc1751-xm017-dc3.dts            |  8 +++-
 arch/arm64/boot/dts/xilinx/zynqmp-zc1751-xm018-dc4.dts            |
26 +++++++-----
 arch/arm64/boot/dts/xilinx/zynqmp-zc1751-xm019-dc5.dts            |  8 +++-
 arch/arm64/boot/dts/xilinx/zynqmp-zcu100-revC.dts                 |  4 +-
 arch/arm64/boot/dts/xilinx/zynqmp.dtsi                            | 15 ++-----
 13 files changed, 104 insertions(+), 88 deletions(-)
 rename Documentation/devicetree/bindings/{arm => soc/xilinx}/xilinx.yaml (95%)

Comments

patchwork-bot+linux-soc@kernel.org Dec. 21, 2023, 5:41 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Mon, 18 Dec 2023 09:09:03 +0100 you wrote:
> Hi,
> 
> please pull these changes to your tree. Most of those patches are related to dt
> schema fixes or solving issues reported by W=1.
> FYI: I have rebased the queue this week because Masahiro sent fixes tag Dec 12
> against Rob's patch and wanted to record it.
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,RESEND] arm64: dts: ZynqMP DT changes for v6.8
    https://git.kernel.org/soc/soc/c/55bfefaabd45

You are awesome, thank you!