[GIT PULL] ARM: mvebu: dt64 for v6.11 (#1)
Gregory CLEMENT
gregory.clement at bootlin.com
Fri Jul 5 09:59:16 PDT 2024
Hi,
Here is the first pull request for dt64 for mvebu for v6.11.
Gregory
The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:
Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git tags/mvebu-dt64-6.11-1
for you to fetch changes up to e9ff907f40768351a3a86f5aa9b819436ee0ef19:
arm64: dts: add description for solidrun cn9132 cex7 module and clearfog board (2024-07-05 14:53:16 +0200)
----------------------------------------------------------------
mvebu dt64 for 6.11 (part 1)
armada-3720: align GPIO keys and LED node namee with bindings
Add description for solidrun cn9130 som and clearfog boards
----------------------------------------------------------------
Josua Mayer (5):
dt-bindings: arm64: marvell: add solidrun cn9130 som based boards
dt-bindings: arm64: marvell: add solidrun cn9132 CEX-7 evaluation board
arm64: dts: add description for solidrun cn9130 som and clearfog boards
arm64: dts: add description for solidrun cn9131 solidwan board
arm64: dts: add description for solidrun cn9132 cex7 module and clearfog board
Krzysztof Kozlowski (2):
arm64: dts: armada-3720: align GPIO keys node name with bindings
arm64: dts: armada-3720: align LED node name with bindings
.../bindings/arm/marvell/armada-7k-8k.yaml | 18 +
arch/arm64/boot/dts/marvell/Makefile | 4 +
.../boot/dts/marvell/armada-3720-gl-mv1000.dts | 8 +-
arch/arm64/boot/dts/marvell/cn9130-cf-base.dts | 178 ++++++
arch/arm64/boot/dts/marvell/cn9130-cf-pro.dts | 375 +++++++++++
arch/arm64/boot/dts/marvell/cn9130-cf.dtsi | 197 ++++++
arch/arm64/boot/dts/marvell/cn9130-sr-som.dtsi | 160 +++++
arch/arm64/boot/dts/marvell/cn9131-cf-solidwan.dts | 637 ++++++++++++++++++
arch/arm64/boot/dts/marvell/cn9132-clearfog.dts | 673 +++++++++++++++++++
arch/arm64/boot/dts/marvell/cn9132-sr-cex7.dtsi | 712 +++++++++++++++++++++
10 files changed, 2958 insertions(+), 4 deletions(-)
create mode 100644 arch/arm64/boot/dts/marvell/cn9130-cf-base.dts
create mode 100644 arch/arm64/boot/dts/marvell/cn9130-cf-pro.dts
create mode 100644 arch/arm64/boot/dts/marvell/cn9130-cf.dtsi
create mode 100644 arch/arm64/boot/dts/marvell/cn9130-sr-som.dtsi
create mode 100644 arch/arm64/boot/dts/marvell/cn9131-cf-solidwan.dts
create mode 100644 arch/arm64/boot/dts/marvell/cn9132-clearfog.dts
create mode 100644 arch/arm64/boot/dts/marvell/cn9132-sr-cex7.dtsi
More information about the linux-arm-kernel
mailing list