mbox series

[GIT,PULL] arm64: dts: ZynqMP DT changes for v5.12

Message ID b1a6f89e-f6b4-757b-daf0-d2f1844b833d@xilinx.com
State New
Headers show
Series [GIT,PULL] arm64: dts: ZynqMP DT changes for v5.12 | expand

Pull-request

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

Message

Michal Simek Feb. 3, 2021, 1:31 p.m. UTC
Hi,

please pull the following changes to your tree.

Thanks,
Michal

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 55563399bb16906b3e179dbeb66c0bf44c21b12a:

  arm64: dts: zynqmp: Wire up the DisplayPort subsystem (2021-02-01
10:40:37 +0100)

----------------------------------------------------------------
arm64: dts: ZynqMP DT changes for v5.12

- Wire clock chips present on boards
- Enable reset, qspi, nand, watchdog and DP IPs
- Enable phy driver for sata and DP
- Add iommu description
- Add support for zcu104 revC+ boards

- Various small changes
  - Add missing labels
  - Fix typos in documentation
  - Add missing boards

----------------------------------------------------------------
Laurent Pinchart (2):
      arm64: dts: zynqmp: Add DPDMA node
      arm64: dts: zynqmp: Wire up the DisplayPort subsystem

Michal Simek (15):
      arm64: dts: zynqmp: Add address-cells property to interrupt
controllers
      arm64: dts: zynqmp: Fix u48 si5382 chip on zcu111
      arm64: dts: zynqmp: Add DT description for si5328 for zcu102/zcu106
      arm64: dts: zynqmp: Enable si5341 driver for zcu102/106/111
      arm64: dts: zynqmp: Enable reset controller driver
      arm64: dts: zynqmp: Enable phy driver for Sata on zcu102/zcu104/zcu106
      arm64: dts: zynqmp: Add label for zynqmp_ipi
      arm64: dts: zynqmp: Add missing mio-bank properties to sdhcis
      arm64: dts: zynqmp: Wire arasan nand controller
      arm64: dts: zynqmp: Wire zynqmp qspi controller
      arm64: dts: zynqmp: Add missing lpd watchdog node
      arm64: dts: zynqmp: Add missing iommu IDs
      arm64: dts: zynqmp: Add description for zcu104 revC
      dt-bindings: arm: Fix typo in zcu111 board
      arm64: dts: zynqmp: Add DisplayPort subsystem

 Documentation/devicetree/bindings/arm/xilinx.yaml |   3 +-
 arch/arm64/boot/dts/xilinx/Makefile               |   1 +
 arch/arm64/boot/dts/xilinx/zynqmp-clk-ccf.dtsi    |  22 ++++++++++++
 arch/arm64/boot/dts/xilinx/zynqmp-zcu100-revC.dts |  33 ++++++++++++++++++
 arch/arm64/boot/dts/xilinx/zynqmp-zcu102-revA.dts |  94
++++++++++++++++++++++++++++++++++++++++++++++++-
 arch/arm64/boot/dts/xilinx/zynqmp-zcu104-revA.dts |  40
+++++++++++++++++++++
 arch/arm64/boot/dts/xilinx/zynqmp-zcu104-revC.dts | 293
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm64/boot/dts/xilinx/zynqmp-zcu106-revA.dts |  89
+++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm64/boot/dts/xilinx/zynqmp-zcu111-revA.dts |  70
+++++++++++++++++++++++++++++++++++--
 arch/arm64/boot/dts/xilinx/zynqmp.dtsi            | 128
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 10 files changed, 768 insertions(+), 5 deletions(-)
 create mode 100644 arch/arm64/boot/dts/xilinx/zynqmp-zcu104-revC.dts

Comments

Arnd Bergmann Feb. 9, 2021, 11:06 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Wed, 3 Feb 2021 14:31:04 +0100, Michal Simek wrote:
> please pull the following changes to your tree.
> 
> Thanks,
> Michal
> 
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 638f79778d4fe79adc7d3ee72ae367982db51759

       Arnd