Hi Tom, please pull the following marvell changes for the main branch:
- arm64: a37xx: pinctrl: fix info->dev used but never set (Quentin) - arm: mach-mvebu: Add more AC3 & PC3 variants (Chris) - arm: mvebu: Update docs for Allied Telesis x220 (Chris) - arm: mvebu: Add Allied Telesis x960 board (Chris) CI (GitLab world build) is passing: https://git.u-boot-project.org/u-boot/custodians/u-boot-marvell/-/pipelines/834 Thanks, Stefan The following changes since commit 100e12ea78c73071b9710f08b32fd4590019266f: Merge tag 'mmc-for-2026.10-rc2' of https://git.u-boot-project.org/u-boot/custodians/u-boot-mmc (2026-07-30 08:50:13 -0600) are available in the Git repository at: https://git.u-boot-project.org/u-boot/custodians/u-boot-marvell.git tags/u-boot-marvell-20260731 for you to fetch changes up to 57f382db43241217886d10755a555ef33e36d732: arm: mvebu: Add Allied Telesis x960 board (2026-07-30 22:06:23 +0200) ---------------------------------------------------------------- u-boot-marvell changes 2026-07-31 ---------------------------------------------------------------- Chris Packham (3): arm: mach-mvebu: Add more AC3 & PC3 variants arm: mvebu: Update docs for Allied Telesis x220 arm: mvebu: Add Allied Telesis x960 board Quentin Schulz (1): arm64: a37xx: pinctrl: fix info->dev used but never set arch/arm/dts/Makefile | 3 +- arch/arm/dts/cn9130-atl-x960-28ysq.dts | 313 ++++++++++++++++++++++++++++ arch/arm/mach-mvebu/Kconfig | 8 + arch/arm/mach-mvebu/cpu.c | 24 +++ arch/arm/mach-mvebu/include/mach/soc.h | 6 + board/alliedtelesis/x960/MAINTAINERS | 7 + board/alliedtelesis/x960/Makefile | 6 + board/alliedtelesis/x960/x960.c | 19 ++ configs/x960_defconfig | 104 +++++++++ doc/board/alliedtelesis/x220.rst | 6 +- drivers/pinctrl/mvebu/pinctrl-armada-37xx.c | 2 + include/configs/x960.h | 28 +++ 12 files changed, 523 insertions(+), 3 deletions(-) create mode 100644 arch/arm/dts/cn9130-atl-x960-28ysq.dts create mode 100644 board/alliedtelesis/x960/MAINTAINERS create mode 100644 board/alliedtelesis/x960/Makefile create mode 100644 board/alliedtelesis/x960/x960.c create mode 100644 configs/x960_defconfig create mode 100644 include/configs/x960.h
