mbox

[GIT,PULL] ARM: mvebu: dt64 for v4.6 (#2)

Message ID 878u27o86i.fsf@free-electrons.com
State New
Headers show

Pull-request

git://git.infradead.org/linux-mvebu.git tags/mvebu-dt64-4.6-2

Message

Gregory CLEMENT Feb. 26, 2016, 2:30 p.m. UTC
Hi,

Here is the second pull request for dt64 for mvebu for v4.6.

Gregory

The following changes since commit adbc3695d9e487fa07214140a46b68ac3156fb78:

  arm64: dts: add the Marvell Armada 3700 family and a development board (2016-02-17 16:09:55 +0100)

are available in the git repository at:

  git://git.infradead.org/linux-mvebu.git tags/mvebu-dt64-4.6-2

for you to fetch changes up to b5ebfad8df1c73df6932d11eeada4caea0ec8f30:

  arm64: dts: marvell: re-order Device Tree nodes for Armada AP806 (2016-02-26 15:17:31 +0100)

----------------------------------------------------------------
mvebu dt64 for 4.6 (part 2)

Add support for the Armada 7K and 8K SoCs and the Armada 8040 DB board

----------------------------------------------------------------
Thomas Petazzoni (3):
      arm64: dts: marvell: add Device Tree files for Armada 7K/8K
      arm64: dts: marvell: update Armada AP806 clock description
      arm64: dts: marvell: re-order Device Tree nodes for Armada AP806

 .../bindings/arm/marvell/armada-7k-8k.txt          |  24 +++
 arch/arm64/boot/dts/marvell/Makefile               |   1 +
 arch/arm64/boot/dts/marvell/armada-7020.dtsi       |  54 +++++
 arch/arm64/boot/dts/marvell/armada-7040-db.dts     |  92 ++++++++
 arch/arm64/boot/dts/marvell/armada-7040.dtsi       |  54 +++++
 arch/arm64/boot/dts/marvell/armada-8020.dtsi       |  54 +++++
 arch/arm64/boot/dts/marvell/armada-8040.dtsi       |  54 +++++
 arch/arm64/boot/dts/marvell/armada-ap806-dual.dtsi |  71 ++++++
 arch/arm64/boot/dts/marvell/armada-ap806-quad.dtsi |  84 ++++++++
 arch/arm64/boot/dts/marvell/armada-ap806.dtsi      | 237 +++++++++++++++++++++
 10 files changed, 725 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/marvell/armada-7k-8k.txt
 create mode 100644 arch/arm64/boot/dts/marvell/armada-7020.dtsi
 create mode 100644 arch/arm64/boot/dts/marvell/armada-7040-db.dts
 create mode 100644 arch/arm64/boot/dts/marvell/armada-7040.dtsi
 create mode 100644 arch/arm64/boot/dts/marvell/armada-8020.dtsi
 create mode 100644 arch/arm64/boot/dts/marvell/armada-8040.dtsi
 create mode 100644 arch/arm64/boot/dts/marvell/armada-ap806-dual.dtsi
 create mode 100644 arch/arm64/boot/dts/marvell/armada-ap806-quad.dtsi
 create mode 100644 arch/arm64/boot/dts/marvell/armada-ap806.dtsi

Comments

Olof Johansson March 13, 2016, 1:05 a.m. UTC | #1
On Fri, Feb 26, 2016 at 03:30:45PM +0100, Gregory CLEMENT wrote:
> Hi,
> 
> Here is the second pull request for dt64 for mvebu for v4.6.
> 
> Gregory
> 
> The following changes since commit adbc3695d9e487fa07214140a46b68ac3156fb78:
> 
>   arm64: dts: add the Marvell Armada 3700 family and a development board (2016-02-17 16:09:55 +0100)
> 
> are available in the git repository at:
> 
>   git://git.infradead.org/linux-mvebu.git tags/mvebu-dt64-4.6-2
> 
> for you to fetch changes up to b5ebfad8df1c73df6932d11eeada4caea0ec8f30:
> 
>   arm64: dts: marvell: re-order Device Tree nodes for Armada AP806 (2016-02-26 15:17:31 +0100)
> 
> ----------------------------------------------------------------
> mvebu dt64 for 4.6 (part 2)
> 
> Add support for the Armada 7K and 8K SoCs and the Armada 8040 DB board

Seems like this one hadn't been merged yet, done so now.


-Olof