mbox

[GIT,PULL] ARM64: Xilinx ZynqMP DT changes for v4.6

Message ID 56CEFDD5.2090704@monstr.eu
State New
Headers show

Pull-request

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

Message

Michal Simek Feb. 25, 2016, 1:12 p.m. UTC
Hi,

please pull these two patches to your tree.

Thanks,
Michal


The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:

  Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)

are available in the git repository at:

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

for you to fetch changes up to 5087bccb2f184bad0abfb0b5840279f1540ed44c:

  ARM64: zynqmp: Extract clock information from EP108 (2016-02-25
14:01:03 +0100)

----------------------------------------------------------------
arm: Xilinx ZynqMP dt patches for v4.6

- Extract clock information from EP108
- Sort GPIO node

----------------------------------------------------------------
Michal Simek (2):
      ARM64: zynqmp: Keep gpio node alphabetically sorted
      ARM64: zynqmp: Extract clock information from EP108

 arch/arm64/boot/dts/xilinx/zynqmp-ep108-clk.dtsi | 88
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm64/boot/dts/xilinx/zynqmp-ep108.dts      |  1 +
 arch/arm64/boot/dts/xilinx/zynqmp.dtsi           | 61
++++++++++---------------------------------------------------
 3 files changed, 99 insertions(+), 51 deletions(-)
 create mode 100644 arch/arm64/boot/dts/xilinx/zynqmp-ep108-clk.dtsi

Comments

Arnd Bergmann Feb. 26, 2016, 9:54 p.m. UTC | #1
On Thursday 25 February 2016 14:12:53 Michal Simek wrote:
> arm: Xilinx ZynqMP dt patches for v4.6
> 
> - Extract clock information from EP108
> - Sort GPIO node
> 
> 

Pulled into next/dt64, thanks!

	Arnd