From: Michal Simek <michal.simek@xilinx.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 00/40] zynqmp: arm64: DT changes
Date: Mon, 6 Nov 2017 13:12:32 +0100 [thread overview]
Message-ID: <cover.1509970359.git.michal.simek@xilinx.com> (raw)
This patchset is updating zynqmp DT binding.
Thanks,
Michal
Anurag Kumar Vulisha (6):
arm64: zynqmp: Add SMMU support for SATA IP
arm64: zynqmp: Add reset-controller support in serdes driver
arm64: zynqmp: Use reset controller framework for
asserting/de-asserting reset
arm64: zynqmp: Add support reading SoC revision using nvmem driver in
dwc3
arm64: zynqmp: Uncomment snps,quirk-frame-length-adjustment flag in
dwc3
arm64: zynqmp: usb: Correct IOMMU node for making SMMU work with USB
Bharat Kumar Gogada (1):
arm64: zynqmp: zcu102: Modifying GTR lane-0 to PCIe
Chirag Parekh (1):
arm64: zynqmp: Update device tree for gpio
Hyun Kwon (1):
arm64: zynqmp: Update the GPU address size
Jolly Shah (1):
arm64: zynqmp: Reduced min-residency time for idle state node
Jyotheeswar Reddy (1):
arm64: zynqmp: DT: Fix typo in idle-states node definition
Jyotheeswar Reddy Mutthareddyvari (1):
arm64: zynqmp: PM: Specify power domains for DP related nodes
Madhurkiran Harikrishnan (1):
arm64: zynqmp: Add clock name for GPU
Manish Narani (3):
arm64: zynqmp: sdhci: set host quirk2 for no 1.8V support for 1.0
silicon
arm64: zynqmp: Enabled CCI support for USB
arm64: zynqmmp: Add USB OTG interrupts support in dt
Michal Simek (16):
arm64: zynqmp: Add references to cpu nodes
arm64: zynqmp: Fix broken architected timer interrupt trigger
arm64: zynqmp: Add missing gpio property to dtsi
arm64: zynqmp: Use revision in dts file description
arm64: zynqmp: Add revB string to compatible string
arm64: zynqmp: Add missing alias for gem0 for ep108
arm64: zynqmp: Remove leading 0s from mtd table for spi flashes
arm64: zynqmp: Use SPDX license with dc4
arm64: zynqmp: Remove local-mac-address from dtsi file
arm64: zynqmp: Update device tree for pinmux
arm64: zynqmp: Add support for zcu102 1.0 rev
arm64: zynqmp: Remove tx_termination_fix detection on silicon v1
arm64: zynqmp: dt: Add AMS node
arm64: zynqmp: Move nodes which have no reg property out of bus
arm64: zynqmp: Remove clock setting from dtsi
arm64: zynqmp: Add note about si5328 interrupt
Naga Sureshkumar Relli (1):
arm64: zynqmp: disable smmu
Nava kishore Manne (3):
arm64: zynqmp: Label whole PL part as fpga_full region
arm64: zynqmp: rtc: Add calibration
arm64: zynqmp: Add support for zynqmp nvmem firmware driver
Rob Herring (1):
arm64: dts: xilinx: fix PCI bus dtc warnings
Shubhrajyoti Datta (2):
arm64: zynqmp: Update the OPPs for cpu freq
arm64: zynqmp: Enable watchdog by default
Soren Brinkmann (1):
arm64: zynqmp: PM: Add IRQ
arch/arm/dts/Makefile | 1 +
arch/arm/dts/zynqmp-clk.dtsi | 2 +-
arch/arm/dts/zynqmp-ep108-clk.dtsi | 2 +-
arch/arm/dts/zynqmp-ep108.dts | 5 +-
arch/arm/dts/zynqmp-zc1751-xm015-dc1.dts | 1 -
arch/arm/dts/zynqmp-zc1751-xm016-dc2.dts | 5 +-
arch/arm/dts/zynqmp-zc1751-xm018-dc4.dts | 9 +-
arch/arm/dts/zynqmp-zc1751-xm019-dc5.dts | 1 -
arch/arm/dts/zynqmp-zcu102-rev1.0.dts | 37 +++
arch/arm/dts/zynqmp-zcu102-revA.dts | 321 +++++++++++++++++++++++++-
arch/arm/dts/zynqmp-zcu102-revB.dts | 1 +
arch/arm/dts/zynqmp.dtsi | 284 +++++++++++++++--------
configs/xilinx_zynqmp_zcu102_rev1_0_defconfig | 75 ++++++
include/dt-bindings/pinctrl/pinctrl-zynqmp.h | 30 +++
14 files changed, 653 insertions(+), 121 deletions(-)
create mode 100644 arch/arm/dts/zynqmp-zcu102-rev1.0.dts
create mode 100644 configs/xilinx_zynqmp_zcu102_rev1_0_defconfig
create mode 100644 include/dt-bindings/pinctrl/pinctrl-zynqmp.h
--
1.9.1
next reply other threads:[~2017-11-06 12:12 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-06 12:12 Michal Simek [this message]
2017-11-06 12:12 ` [U-Boot] [PATCH 01/40] arm64: zynqmp: Add references to cpu nodes Michal Simek
2017-11-06 12:12 ` [U-Boot] [PATCH 02/40] arm64: zynqmp: Update the OPPs for cpu freq Michal Simek
2017-11-06 12:12 ` [U-Boot] [PATCH 03/40] arm64: zynqmp: DT: Fix typo in idle-states node definition Michal Simek
2017-11-06 12:12 ` [U-Boot] [PATCH 04/40] arm64: zynqmp: Reduced min-residency time for idle state node Michal Simek
2017-11-06 12:12 ` [U-Boot] [PATCH 05/40] arm64: zynqmp: PM: Add IRQ Michal Simek
2017-11-06 12:12 ` [U-Boot] [PATCH 06/40] arm64: zynqmp: Fix broken architected timer interrupt trigger Michal Simek
2017-11-06 12:12 ` [U-Boot] [PATCH 07/40] arm64: zynqmp: Label whole PL part as fpga_full region Michal Simek
2017-11-06 12:12 ` [U-Boot] [PATCH 08/40] arm64: zynqmp: Add clock name for GPU Michal Simek
2017-11-06 12:12 ` [U-Boot] [PATCH 09/40] arm64: zynqmp: Update the GPU address size Michal Simek
2017-11-06 12:12 ` [U-Boot] [PATCH 10/40] arm64: zynqmp: Add missing gpio property to dtsi Michal Simek
2017-11-06 12:12 ` [U-Boot] [PATCH 11/40] arm64: dts: xilinx: fix PCI bus dtc warnings Michal Simek
2017-11-06 12:12 ` [U-Boot] [PATCH 12/40] arm64: zynqmp: Add SMMU support for SATA IP Michal Simek
2017-11-06 12:12 ` [U-Boot] [PATCH 13/40] arm64: zynqmp: rtc: Add calibration Michal Simek
2017-11-06 12:12 ` [U-Boot] [PATCH 14/40] arm64: zynqmp: disable smmu Michal Simek
2017-11-06 12:12 ` [U-Boot] [PATCH 15/40] arm64: zynqmp: PM: Specify power domains for DP related nodes Michal Simek
2017-11-06 12:12 ` [U-Boot] [PATCH 16/40] arm64: zynqmp: Use revision in dts file description Michal Simek
2017-11-06 12:12 ` [U-Boot] [PATCH 17/40] arm64: zynqmp: Add revB string to compatible string Michal Simek
2017-11-06 12:12 ` [U-Boot] [PATCH 18/40] arm64: zynqmp: Update device tree for gpio Michal Simek
2017-11-06 12:12 ` [U-Boot] [PATCH 19/40] arm64: zynqmp: zcu102: Modifying GTR lane-0 to PCIe Michal Simek
2017-11-06 12:12 ` [U-Boot] [PATCH 20/40] arm64: zynqmp: Add missing alias for gem0 for ep108 Michal Simek
2017-11-06 12:12 ` [U-Boot] [PATCH 21/40] arm64: zynqmp: Remove leading 0s from mtd table for spi flashes Michal Simek
2017-11-06 12:12 ` [U-Boot] [PATCH 22/40] arm64: zynqmp: Use SPDX license with dc4 Michal Simek
2017-11-06 12:12 ` [U-Boot] [PATCH 23/40] arm64: zynqmp: Remove local-mac-address from dtsi file Michal Simek
2017-11-06 12:12 ` [U-Boot] [PATCH 24/40] arm64: zynqmp: Update device tree for pinmux Michal Simek
2017-11-06 12:12 ` [U-Boot] [PATCH 25/40] arm64: zynqmp: Add support for zcu102 1.0 rev Michal Simek
2017-11-06 12:12 ` [U-Boot] [PATCH 26/40] arm64: zynqmp: Add support for zynqmp nvmem firmware driver Michal Simek
2017-11-06 12:12 ` [U-Boot] [PATCH 27/40] arm64: zynqmp: Remove tx_termination_fix detection on silicon v1 Michal Simek
2017-11-06 12:13 ` [U-Boot] [PATCH 28/40] arm64: zynqmp: Add reset-controller support in serdes driver Michal Simek
2017-11-06 12:13 ` [U-Boot] [PATCH 29/40] arm64: zynqmp: Use reset controller framework for asserting/de-asserting reset Michal Simek
2017-11-06 12:13 ` [U-Boot] [PATCH 30/40] arm64: zynqmp: sdhci: set host quirk2 for no 1.8V support for 1.0 silicon Michal Simek
2017-11-06 12:13 ` [U-Boot] [PATCH 31/40] arm64: zynqmp: dt: Add AMS node Michal Simek
2017-11-06 12:13 ` [U-Boot] [PATCH 32/40] arm64: zynqmp: Move nodes which have no reg property out of bus Michal Simek
2017-11-06 12:13 ` [U-Boot] [PATCH 33/40] arm64: zynqmp: Add support reading SoC revision using nvmem driver in dwc3 Michal Simek
2017-11-06 12:13 ` [U-Boot] [PATCH 34/40] arm64: zynqmp: Enabled CCI support for USB Michal Simek
2017-11-06 12:13 ` [U-Boot] [PATCH 35/40] arm64: zynqmmp: Add USB OTG interrupts support in dt Michal Simek
2017-11-06 12:13 ` [U-Boot] [PATCH 36/40] arm64: zynqmp: Uncomment snps, quirk-frame-length-adjustment flag in dwc3 Michal Simek
2017-11-06 12:13 ` [U-Boot] [PATCH 37/40] arm64: zynqmp: Remove clock setting from dtsi Michal Simek
2017-11-06 12:13 ` [U-Boot] [PATCH 38/40] arm64: zynqmp: usb: Correct IOMMU node for making SMMU work with USB Michal Simek
2017-11-06 12:13 ` [U-Boot] [PATCH 39/40] arm64: zynqmp: Add note about si5328 interrupt Michal Simek
2017-11-06 12:13 ` [U-Boot] [PATCH 40/40] arm64: zynqmp: Enable watchdog by default 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.1509970359.git.michal.simek@xilinx.com \
--to=michal.simek@xilinx.com \
--cc=u-boot@lists.denx.de \
/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