mbox series

[GIT,PULL] ARM: mvebu: dt64 for v6.8 (#1)

Message ID 87le9obypx.fsf@BL-laptop (mailing list archive)
State Accepted
Commit 46a51dba9f31fd285435873de0ccf5f565565130
Headers show
Series [GIT,PULL] ARM: mvebu: dt64 for v6.8 (#1) | expand

Pull-request

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

Message

Gregory CLEMENT Dec. 20, 2023, 4:55 p.m. UTC
Hi,

Here is the first pull request for dt64 for mvebu for v6.8.

Gregory

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

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

for you to fetch changes up to c11e7732a90c21155de8db40dbba84f043520821:

  arm64: dts: cn913x: add device trees for COM Express boards (2023-12-15 15:51:33 +0100)

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

Add devices tree for CN9130 and CN9131 COM Express Boards
Fix device tree for Turris Mox and for switch nodes

----------------------------------------------------------------
Elad Nachman (3):
      MAINTAINERS: add ac5 to list of maintained Marvell dts files
      dt-bindings: arm64: add Marvell COM Express boards
      arm64: dts: cn913x: add device trees for COM Express boards

Linus Walleij (2):
      ARM64: dts: marvell: Fix some common switch mistakes
      ARM64: dts: Add special compatibles for the Turris Mox

Sjoerd Simons (1):
      arm64: dts: armada-3720-turris-mox: set irq type for RTC

 .../bindings/arm/marvell/armada-7k-8k.yaml         |  22 +++++
 MAINTAINERS                                        |   3 +-
 arch/arm64/boot/dts/marvell/Makefile               |   1 +
 .../boot/dts/marvell/ac5x-rd-carrier-cn9131.dts    |  44 +++++++++
 arch/arm64/boot/dts/marvell/ac5x-rd-carrier.dtsi   |  34 +++++++
 .../dts/marvell/armada-3720-espressobin-ultra.dts  |  14 +--
 .../boot/dts/marvell/armada-3720-espressobin.dtsi  |  20 ++--
 .../boot/dts/marvell/armada-3720-gl-mv1000.dts     |  20 ++--
 .../boot/dts/marvell/armada-3720-turris-mox.dts    |  99 ++++++++++---------
 .../boot/dts/marvell/armada-7040-mochabin.dts      |  24 +++--
 .../dts/marvell/armada-8040-clearfog-gt-8k.dts     |  22 ++---
 arch/arm64/boot/dts/marvell/cn9130-crb.dtsi        |  42 ++++----
 .../boot/dts/marvell/cn9130-db-comexpress.dtsi     |  96 ++++++++++++++++++
 .../boot/dts/marvell/cn9131-db-comexpress.dtsi     | 108 +++++++++++++++++++++
 14 files changed, 428 insertions(+), 121 deletions(-)
 create mode 100644 arch/arm64/boot/dts/marvell/ac5x-rd-carrier-cn9131.dts
 create mode 100644 arch/arm64/boot/dts/marvell/ac5x-rd-carrier.dtsi
 create mode 100644 arch/arm64/boot/dts/marvell/cn9130-db-comexpress.dtsi
 create mode 100644 arch/arm64/boot/dts/marvell/cn9131-db-comexpress.dtsi

Comments

patchwork-bot+linux-soc@kernel.org Dec. 21, 2023, 5:41 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Wed, 20 Dec 2023 17:55:22 +0100 you wrote:
> Hi,
> 
> Here is the first pull request for dt64 for mvebu for v6.8.
> 
> Gregory
> 
> The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] ARM: mvebu: dt64 for v6.8 (#1)
    https://git.kernel.org/soc/soc/c/46a51dba9f31

You are awesome, thank you!