mbox

[GIT,PULL] arm64: Juno DT updates (rebased on v4.1-rc1)

Message ID 20150522153003.GX2175@e106497-lin.cambridge.arm.com
State New
Headers show

Pull-request

git://linux-arm.org/linux-ld for-upstream/juno-dts

Message

Liviu Dudau May 22, 2015, 3:30 p.m. UTC
Hi Arnd, Olof, Kevin

(Take 2: rebased on top of v4.1-rc1.)

The DT updates for Juno and Juno r1 are ready to be pulled at your earliest convenience.

Many thanks,
Liviu


The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031:

  Linux 4.1-rc1 (2015-04-26 17:59:10 -0700)

are available in the git repository at:

  git://linux-arm.org/linux-ld for-upstream/juno-dts

for you to fetch changes up to 41e177b37bd558980d50609116f7810b46fe4ce0:

  Documentation: bindings: Add DT bindings for ARM Juno boards. (2015-05-22 16:25:40 +0100)

----------------------------------------------------------------
Liviu Dudau (6):
      arm64: Juno: Fix the GIC node address label and the frequency of FAXI clock.
      arm64: Juno: Split juno.dts into juno-base.dtsi and juno.dts.
      arm64: Juno: Add memory mapped timer node
      arm64: Juno: Add GICv2m support in device tree.
      arm64: Add DT support for Juno r1 board.
      Documentation: bindings: Add DT bindings for ARM Juno boards.

 Documentation/devicetree/bindings/arm/arm-boards |  66 ++++++++++
 arch/arm64/boot/dts/arm/Makefile                 |   2 +-
 arch/arm64/boot/dts/arm/juno-base.dtsi           | 154 +++++++++++++++++++++++
 arch/arm64/boot/dts/arm/juno-clocks.dtsi         |   4 +-
 arch/arm64/boot/dts/arm/juno-r1.dts              | 116 +++++++++++++++++
 arch/arm64/boot/dts/arm/juno.dts                 | 129 +------------------
 6 files changed, 340 insertions(+), 131 deletions(-)
 create mode 100644 arch/arm64/boot/dts/arm/juno-base.dtsi
 create mode 100644 arch/arm64/boot/dts/arm/juno-r1.dts

Comments

Arnd Bergmann May 22, 2015, 3:39 p.m. UTC | #1
On Friday 22 May 2015 16:30:03 Liviu Dudau wrote:
> Hi Arnd, Olof, Kevin
> 
> (Take 2: rebased on top of v4.1-rc1.)
> 
> The DT updates for Juno and Juno r1 are ready to be pulled at your earliest convenience.
> 
> Many thanks,
> Liviu
> 

Pulled into next/dt.

Next time, please provide a signed tag with a description of the contents
of your branch.

	Arnd
Liviu Dudau May 22, 2015, 3:58 p.m. UTC | #2
On Fri, May 22, 2015 at 04:39:14PM +0100, Arnd Bergmann wrote:
> On Friday 22 May 2015 16:30:03 Liviu Dudau wrote:
> > Hi Arnd, Olof, Kevin
> > 
> > (Take 2: rebased on top of v4.1-rc1.)
> > 
> > The DT updates for Juno and Juno r1 are ready to be pulled at your earliest convenience.
> > 
> > Many thanks,
> > Liviu
> > 
> 
> Pulled into next/dt.
> 
> Next time, please provide a signed tag with a description of the contents
> of your branch.

Will do!

Thanks!
Liviu

> 
> 	Arnd
>