mbox series

[GIT,PULL] ARM: mvebu: dt64 for v5.15 (#1)

Message ID 878s10ypxe.fsf@BL-laptop
State New
Headers show
Series [GIT,PULL] ARM: mvebu: dt64 for v5.15 (#1) | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git tags/mvebu-dt64-5.15-1

Message

Gregory CLEMENT Aug. 17, 2021, 4:52 p.m. UTC
Hi,

Here is the first pull request for dt64 for mvebu for v5.15.

Gregory

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git tags/mvebu-dt64-5.15-1

for you to fetch changes up to 514ef1e62d6521c2199d192b1c71b79d2aa21d5a:

  arm64: dts: marvell: armada-37xx: Extend PCIe MEM space (2021-08-17 18:30:14 +0200)

----------------------------------------------------------------
mvebu dt64 for 5.15 (part 1)

 - DTS updates for Marvell Armada CN913x platforms

   + Add support for Armada CN913x Development Board topology "B"
   + Add support for Armada CN913x Reference Design boards (CRB)
   + Fixes the NAND partitioning scheme in DTS eliminating gap between
     consecutive partitions
   + Fix 10Gb ports PHY mode names

 - Extend PCIe MEM space on Armada 37xx: useful for some combination
    of PCIe cards where the initial 16MB was not enough

----------------------------------------------------------------
Konstantin Porotchkin (3):
      arm64: dts: cn913x: add device trees for topology B boards
      arm64: dts: add support for Marvell cn9130-crb platform
      arch/arm64: dts: change 10gbase-kr to 10gbase-r in Armada

Pali Rohár (1):
      arm64: dts: marvell: armada-37xx: Extend PCIe MEM space

Stefan Chulski (1):
      dts: marvell: Enable 10G interfaces on 9130-DB and 9131-DB boards

 arch/arm64/boot/dts/marvell/Makefile               |   5 +
 .../boot/dts/marvell/armada-3720-turris-mox.dts    |  17 +
 arch/arm64/boot/dts/marvell/armada-37xx.dtsi       |  11 +-
 arch/arm64/boot/dts/marvell/armada-7040-db.dts     |   2 +-
 arch/arm64/boot/dts/marvell/armada-8040-db.dts     |   4 +-
 arch/arm64/boot/dts/marvell/cn9130-crb-A.dts       |  38 ++
 arch/arm64/boot/dts/marvell/cn9130-crb-B.dts       |  46 +++
 arch/arm64/boot/dts/marvell/cn9130-crb.dtsi        | 222 +++++++++++
 arch/arm64/boot/dts/marvell/cn9130-db-B.dts        |  22 ++
 arch/arm64/boot/dts/marvell/cn9130-db.dts          | 403 +-------------------
 arch/arm64/boot/dts/marvell/cn9130-db.dtsi         | 410 +++++++++++++++++++++
 arch/arm64/boot/dts/marvell/cn9131-db-B.dts        |  22 ++
 arch/arm64/boot/dts/marvell/cn9131-db.dts          | 197 +---------
 arch/arm64/boot/dts/marvell/cn9131-db.dtsi         | 206 +++++++++++
 arch/arm64/boot/dts/marvell/cn9132-db-B.dts        |  22 ++
 arch/arm64/boot/dts/marvell/cn9132-db.dts          | 218 +----------
 arch/arm64/boot/dts/marvell/cn9132-db.dtsi         | 227 ++++++++++++
 17 files changed, 1267 insertions(+), 805 deletions(-)
 create mode 100644 arch/arm64/boot/dts/marvell/cn9130-crb-A.dts
 create mode 100644 arch/arm64/boot/dts/marvell/cn9130-crb-B.dts
 create mode 100644 arch/arm64/boot/dts/marvell/cn9130-crb.dtsi
 create mode 100644 arch/arm64/boot/dts/marvell/cn9130-db-B.dts
 create mode 100644 arch/arm64/boot/dts/marvell/cn9130-db.dtsi
 create mode 100644 arch/arm64/boot/dts/marvell/cn9131-db-B.dts
 create mode 100644 arch/arm64/boot/dts/marvell/cn9131-db.dtsi
 create mode 100644 arch/arm64/boot/dts/marvell/cn9132-db-B.dts
 create mode 100644 arch/arm64/boot/dts/marvell/cn9132-db.dtsi

Comments

Arnd Bergmann Aug. 18, 2021, 12:59 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Tue, 17 Aug 2021 18:52:13 +0200, Gregory CLEMENT wrote:
> Here is the first pull request for dt64 for mvebu for v5.15.
> 
> Gregory
> 
> The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:
> 
>   Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)
> 
> [...]

Merged into arm/dt, thanks!

merge commit: c4d3928250de919a1d324f6c8a7f26f51af40fd2

       Arnd