mbox

[GIT,PULL] ARM32: Xilinx Zynq DT changes for v4.6

Message ID 56CF0048.7060601@monstr.eu
State New
Headers show

Pull-request

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

Message

Michal Simek Feb. 25, 2016, 1:23 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/zynq-dt-for-4.6

for you to fetch changes up to 07bf429da13dfa3f0b40dce4ef2a1437544a6096:

  ARM: zynq: Use earlycon instead of earlyprintk (2016-02-25 14:01:34 +0100)

----------------------------------------------------------------
arm: Xilinx Zynq dt patches for v4.5

- Add usb phy for Zybo
- Use earlycon instead of earlyprintk

----------------------------------------------------------------
Michal Simek (1):
      ARM: zynq: Use earlycon instead of earlyprintk

Nathan Rossi (1):
      ARM: dts: zynq: Enable USB and USB PHY for ZYBO

 arch/arm/boot/dts/zynq-parallella.dts |  2 +-
 arch/arm/boot/dts/zynq-zc702.dts      |  2 +-
 arch/arm/boot/dts/zynq-zc706.dts      |  2 +-
 arch/arm/boot/dts/zynq-zed.dts        |  2 +-
 arch/arm/boot/dts/zynq-zybo.dts       | 13 ++++++++++++-
 5 files changed, 16 insertions(+), 5 deletions(-)

Comments

Arnd Bergmann Feb. 26, 2016, 9:50 p.m. UTC | #1
On Thursday 25 February 2016 14:23:20 Michal Simek wrote:
> arm: Xilinx Zynq dt patches for v4.5
> 
> - Add usb phy for Zybo
> - Use earlycon instead of earlyprintk
> 
> 

I've edited the commit log to say 4.6 instead of 4.5 and merged it
into next/dt, thanks!

	Arnd