mbox

[GIT,PULL] arm-soc: Xilinx Zynq DT changes for v3.11

Message ID 51BECCCD.5090104@monstr.eu
State New
Headers show

Pull-request

git://git.xilinx.com/linux-xlnx.git tags/zynq-dt-for-3.11

Message

Michal Simek June 17, 2013, 8:46 a.m. UTC
Hi Arnd and Olof,

please pull the following device-tree changes to your arm-soc tree.
This tag is based on zynq/clk branch you have already added to arm-soc tree.

Thanks,
Michal

The following changes since commit 97c4e87d45498fb4d18c995721bba72345a7d257:

  clk: zynq: Remove deprecated clock code (2013-05-27 09:21:49 +0200)

are available in the git repository at:

  git://git.xilinx.com/linux-xlnx.git tags/zynq-dt-for-3.11

for you to fetch changes up to 50dbb4cfbc264b074759e8fb5d8e0c0496a1b072:

  arm: dt: zynq: Add support for the zed platform (2013-06-17 10:33:03 +0200)

----------------------------------------------------------------
arm: Xilinx Zynq dt changes for v3.11

The branch contains:
- DT uart handling cleanup
- Support for zc706 and zed board
- Removal of board compatible string

----------------------------------------------------------------
Soren Brinkmann (4):
      arm: zynq: Remove board specific compatibility string
      arm: dt: zynq: Use 'status' property for UART nodes
      arm: dt: zynq: Add support for the zc706 platform
      arm: dt: zynq: Add support for the zed platform

 arch/arm/boot/dts/Makefile       |  4 +++-
 arch/arm/boot/dts/zynq-7000.dtsi |  2 ++
 arch/arm/boot/dts/zynq-zc702.dts |  6 +++++-
 arch/arm/boot/dts/zynq-zc706.dts | 35 +++++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/zynq-zed.dts   | 35 +++++++++++++++++++++++++++++++++++
 arch/arm/mach-zynq/common.c      |  1 -
 6 files changed, 80 insertions(+), 3 deletions(-)
 create mode 100644 arch/arm/boot/dts/zynq-zc706.dts
 create mode 100644 arch/arm/boot/dts/zynq-zed.dts

Comments

Arnd Bergmann June 19, 2013, 11:45 p.m. UTC | #1
On Monday 17 June 2013, Michal Simek wrote:
> please pull the following device-tree changes to your arm-soc tree.
> This tag is based on zynq/clk branch you have already added to arm-soc tree.
> 
> Thanks,
> Michal
> 
> The following changes since commit 97c4e87d45498fb4d18c995721bba72345a7d257:
> 
>   clk: zynq: Remove deprecated clock code (2013-05-27 09:21:49 +0200)
> 
> are available in the git repository at:
> 
>   git://git.xilinx.com/linux-xlnx.git tags/zynq-dt-for-3.11
> 

Pulled into next/dt, thanks!

	Arnd