From: Gregory CLEMENT <gregory.clement@bootlin.com>
To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
<arm@kernel.org>,
soc@kernel.org
Cc: Andrew Lunn <andrew@lunn.ch>,
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
<linux-arm-kernel@lists.infradead.org>
Subject: [GIT PULL] ARM: mvebu: dt64 for v6.8 (#1)
Date: Wed, 20 Dec 2023 17:55:22 +0100 [thread overview]
Message-ID: <87le9obypx.fsf@BL-laptop> (raw)
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
--
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com
WARNING: multiple messages have this Message-ID (diff)
From: Gregory CLEMENT <gregory.clement@bootlin.com>
To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
<arm@kernel.org>,
soc@kernel.org
Cc: Andrew Lunn <andrew@lunn.ch>,
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
<linux-arm-kernel@lists.infradead.org>
Subject: [GIT PULL] ARM: mvebu: dt64 for v6.8 (#1)
Date: Wed, 20 Dec 2023 17:55:22 +0100 [thread overview]
Message-ID: <87le9obypx.fsf@BL-laptop> (raw)
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
--
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2023-12-20 16:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-20 16:55 Gregory CLEMENT [this message]
2023-12-20 16:55 ` [GIT PULL] ARM: mvebu: dt64 for v6.8 (#1) Gregory CLEMENT
2023-12-21 17:41 ` patchwork-bot+linux-soc
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87le9obypx.fsf@BL-laptop \
--to=gregory.clement@bootlin.com \
--cc=andrew@lunn.ch \
--cc=arm@kernel.org \
--cc=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=olof@lixom.net \
--cc=sebastian.hesselbarth@gmail.com \
--cc=soc@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.