mbox series

[GIT,PULL] arm64: dts: ZynqMP DT changes for 6.11

Message ID CAHTX3dLbNAYL4hm+bs=GByA4DqjRr3Rt6WESram8VyU1By8Mow@mail.gmail.com (mailing list archive)
State Accepted
Commit 02295aa2a4612d5fd8f8e5091325c694ed7706b1
Headers show
Series [GIT,PULL] arm64: dts: ZynqMP DT changes for 6.11 | expand

Pull-request

https://github.com/Xilinx/linux-xlnx.git tags/zynqmp-soc-for-6.11

Message

Michal Simek June 25, 2024, 1:21 p.m. UTC
Hi,

please pull these changes to your tree. I described it in two chunks
where the first is describing new
features and the second is only targeting issues reported by
dt-schema. Most of that changes target
Kria (kv260) platform.

Thanks,
Michal

The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

  Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

  https://github.com/Xilinx/linux-xlnx.git tags/zynqmp-soc-for-6.11

for you to fetch changes up to f9508ef9976e8596f8a1139430ec439691f3337f:

  arm64: zynqmp: Add pwm-fan node and fix ttc0 pwm-cells property
(2024-06-17 08:36:23 +0200)

----------------------------------------------------------------
arm64: Xilinx DT changes for 6.11

- Add remoteproc TCM support
- Add coresight cpu debug support
- Describe OCM controller
- Disable Tri-state for SDIO on kv260
- Add compatibility strings for kv260 overlays
- Add support for k26-rev2 SOM
- Describe ina260/DP/TTC and PWM on kv260

DT schema alignments and fixes
- Align soc-nvmem binding with dt-schema
- Fix fpga region node
- Add description for efuses
- Describe USB wakeup interrupt
- Fix ams-pl node

----------------------------------------------------------------
Michal Simek (9):
      arm64: zynqmp: Align nvmem node with dt schema
      arm64: zynqmp: Use fpga-region as node name
      arm64: zynqmp: Add missing description for efuses
      arm64: zynqmp: Describe USB wakeup interrupt
      arm64: zynqmp: Describe OCM controller
      arm64: zynqmp: Remove address/size-cells from ams node
      arm64: zynqmp: Add compatible string for kv260
      arm64: zynqmp: Add description for ina260 on kv260
      arm64: zynqmp: Add support for K26 rev2 boards

Sean Anderson (1):
      arm64: zynqmp: Add coresight cpu debug support

Tanmay Shah (1):
      dts: zynqmp: add properties for TCM in remoteproc

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

Vishal Patel (1):
      arm64: zynqmp: Add pwm-fan node and fix ttc0 pwm-cells property

Vishal Sagar (1):
      arm64: zynqmp: Describe DisplayPort connector for Kria

 arch/arm64/boot/dts/xilinx/zynqmp-clk-ccf.dtsi       |  16 ++
 arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revA.dtso |  19 +-
 arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revB.dtso |  41 ++++-
 arch/arm64/boot/dts/xilinx/zynqmp-sm-k26-revA.dts    |  19 +-
 arch/arm64/boot/dts/xilinx/zynqmp-smk-k26-revA.dts   |   8 +-
 arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev1.0.dts  |   8 +
 arch/arm64/boot/dts/xilinx/zynqmp.dtsi               | 186 ++++++++++++++++++--
 7 files changed, 270 insertions(+), 27 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org June 27, 2024, 3:01 p.m. UTC | #1
Hello:

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

On Tue, 25 Jun 2024 15:21:13 +0200 you wrote:
> Hi,
> 
> please pull these changes to your tree. I described it in two chunks
> where the first is describing new
> features and the second is only targeting issues reported by
> dt-schema. Most of that changes target
> Kria (kv260) platform.
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] arm64: dts: ZynqMP DT changes for 6.11
    https://git.kernel.org/soc/soc/c/02295aa2a461

You are awesome, thank you!