* [GIT PULL] arm64: dts: juno/fvp: Updates for v7.1
@ 2026-03-25 16:00 Sudeep Holla
2026-03-27 12:00 ` Krzysztof Kozlowski
0 siblings, 1 reply; 2+ messages in thread
From: Sudeep Holla @ 2026-03-25 16:00 UTC (permalink / raw)
To: ARM SoC Team, SoC Team, ALKML
Cc: Sudeep Holla, Arnd Bergmann, Lorenzo Pieralisi, Liviu Dudau
Hi ARM SoC Team,
Please pull !
Regards,
Sudeep
-->8
The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:
Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/juno-updates-7.1
for you to fetch changes up to 87599f1843d3baa4083dc9dd01c95826b536de24:
arm64: dts: arm/corstone1000: Add corstone-1000-a320 (2026-03-23 10:03:28 +0000)
----------------------------------------------------------------
Armv8 Juno/FVP/Vexpress updates for v7.1
1. The primary addition is initial support for Zena CSS that includes:
a new binding compatibility, a shared `zena-css.dtsi` description, and
an FVP device tree.
2. Extension of Corstone-1000 FVP platform support with binding updates
to add the new `arm,corstone1000-a320-fvp` platform, and the
`arm,corstone1000-ethos-u85` NPU integration.
Overall, this combines new platform enablement with some DTS layout
cleanup for Arm reference FVP based systems.
----------------------------------------------------------------
Debbie Horsfall (3):
dt-bindings: arm: Add Zena CSS compatibility
arm64: dts: zena: Add support for Zena CSS
arm64: dts: zena: Move SRAM into SoC and memory node out of SoC
Rob Herring (Arm) (5):
dt-bindings: arm,corstone1000: Add "arm,corstone1000-a320-fvp"
dt-bindings: npu: arm,ethos: Add "arm,corstone1000-ethos-u85"
arm64: dts: arm/corstone1000: Move cpu nodes
arm64: dts: arm/corstone1000: Move FVP peripherals to separate .dtsi
arm64: dts: arm/corstone1000: Add corstone-1000-a320
.../devicetree/bindings/arm/arm,corstone1000.yaml | 15 +-
.../devicetree/bindings/arm/arm,vexpress-juno.yaml | 10 +
.../devicetree/bindings/npu/arm,ethos.yaml | 2 +-
arch/arm64/boot/dts/arm/Makefile | 2 +
arch/arm64/boot/dts/arm/corstone1000-a320-fvp.dts | 15 +
arch/arm64/boot/dts/arm/corstone1000-a320.dtsi | 91 +++
arch/arm64/boot/dts/arm/corstone1000-fvp.dts | 96 +--
arch/arm64/boot/dts/arm/corstone1000-fvp.dtsi | 44 ++
arch/arm64/boot/dts/arm/corstone1000-mps3.dts | 13 +
arch/arm64/boot/dts/arm/corstone1000.dtsi | 13 -
arch/arm64/boot/dts/arm/zena-css-fvp.dts | 63 ++
arch/arm64/boot/dts/arm/zena-css.dtsi | 769 +++++++++++++++++++++
12 files changed, 1054 insertions(+), 79 deletions(-)
create mode 100644 arch/arm64/boot/dts/arm/corstone1000-a320-fvp.dts
create mode 100644 arch/arm64/boot/dts/arm/corstone1000-a320.dtsi
create mode 100644 arch/arm64/boot/dts/arm/corstone1000-fvp.dtsi
create mode 100644 arch/arm64/boot/dts/arm/zena-css-fvp.dts
create mode 100644 arch/arm64/boot/dts/arm/zena-css.dtsi
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [GIT PULL] arm64: dts: juno/fvp: Updates for v7.1
2026-03-25 16:00 [GIT PULL] arm64: dts: juno/fvp: Updates for v7.1 Sudeep Holla
@ 2026-03-27 12:00 ` Krzysztof Kozlowski
0 siblings, 0 replies; 2+ messages in thread
From: Krzysztof Kozlowski @ 2026-03-27 12:00 UTC (permalink / raw)
To: Sudeep Holla
Cc: ARM SoC Team, SoC Team, ALKML, Arnd Bergmann, Lorenzo Pieralisi,
Liviu Dudau
On Wed, Mar 25, 2026 at 04:00:21PM +0000, Sudeep Holla wrote:
> Hi ARM SoC Team,
>
> Please pull !
>
> Regards,
> Sudeep
>
> -->8
>
> The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:
>
> Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/juno-updates-7.1
>
> for you to fetch changes up to 87599f1843d3baa4083dc9dd01c95826b536de24:
>
> arm64: dts: arm/corstone1000: Add corstone-1000-a320 (2026-03-23 10:03:28 +0000)
>
> ----------------------------------------------------------------
> Armv8 Juno/FVP/Vexpress updates for v7.1
>
> 1. The primary addition is initial support for Zena CSS that includes:
> a new binding compatibility, a shared `zena-css.dtsi` description, and
> an FVP device tree.
>
> 2. Extension of Corstone-1000 FVP platform support with binding updates
> to add the new `arm,corstone1000-a320-fvp` platform, and the
> `arm,corstone1000-ethos-u85` NPU integration.
>
> Overall, this combines new platform enablement with some DTS layout
> cleanup for Arm reference FVP based systems.
Thanks, applied
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-27 12:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-25 16:00 [GIT PULL] arm64: dts: juno/fvp: Updates for v7.1 Sudeep Holla
2026-03-27 12:00 ` Krzysztof Kozlowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox