mbox series

[GIT,PULL] ARM: mvebu: dt for v5.13 (#1)

Message ID 87v98xbzir.fsf@BL-laptop (mailing list archive)
State Mainlined, archived
Commit c6dfc019c239c76c179ebbccbac27170ba1e3bb6
Headers show
Series [GIT,PULL] ARM: mvebu: dt for v5.13 (#1) | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git tags/mvebu-dt-5.13-1

Message

Gregory CLEMENT April 7, 2021, 8:39 p.m. UTC
Hi,

Here is the first pull request for dt for mvebu for v5.13.

This one is latter that the other ones, because I've just found a
patch pending since December. I hope it is not too late.

Gregory

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git tags/mvebu-dt-5.13-1

for you to fetch changes up to c6dfc019c239c76c179ebbccbac27170ba1e3bb6:

  ARM: dts: mvebu: Add device tree for ATL-x530 Board (2021-04-07 22:31:30 +0200)

----------------------------------------------------------------
mvebu dt for 5.13 (part 1)

Add support for ATL-x530 Board (Armada 38x based)

----------------------------------------------------------------
Aryan Srivastava (1):
      ARM: dts: mvebu: Add device tree for ATL-x530 Board

 arch/arm/boot/dts/Makefile                |   1 +
 arch/arm/boot/dts/armada-385-atl-x530.dts | 235 ++++++++++++++++++++++++++++++
 2 files changed, 236 insertions(+)
 create mode 100644 arch/arm/boot/dts/armada-385-atl-x530.dts

Comments

Arnd Bergmann April 8, 2021, 8:20 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Wed, 07 Apr 2021 22:39:08 +0200, Gregory CLEMENT wrote:
> Here is the first pull request for dt for mvebu for v5.13.
> 
> This one is latter that the other ones, because I've just found a
> patch pending since December. I hope it is not too late.
> 
> Gregory
> 
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> 
> [...]

Merged into arm/dt, thanks!

merge commit: e3e1276295a4c5eddc31dd297e8f6af275ca9c4f

       Arnd