]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'juno-updates-7.0' of https://git.kernel.org/pub/scm/linux/kernel/git/sudee...
authorKrzysztof Kozlowski <krzk@kernel.org>
Thu, 22 Jan 2026 08:53:53 +0000 (09:53 +0100)
committerKrzysztof Kozlowski <krzk@kernel.org>
Thu, 22 Jan 2026 08:53:53 +0000 (09:53 +0100)
commit94cdfe3980539d1ac2387e6e51a35226785d2df2
treef50dd6f5509c7aa9551e8e708dd5a1443f548206
parentaa5f91ce4fd897d7fdc24521650b6de48e834c34
parentf0d0f087227c4b63538e4ed8292f1fa26f8d6633
Merge tag 'juno-updates-7.0' of https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into soc/dt

Armv8 Juno/Vexpress updates for v7.0

This contains a small set of DT updates:

1. Align DTS node naming with established coding style by replacing underscores
   with hyphens in node names. This is a safe change and does not affect ABI.

2. Add support for the CMN PMU on the Arm Morello platform, exposing the
   CMN-Skeena (CMN-600 r3p1–compatible) PMU via the standard CMN-600 binding.
   This enables PMU access on real Morello SDP hardware, where the registers
   are functional.

* tag 'juno-updates-7.0' of https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
  arm64: dts: arm: Use hyphen in node names
  arm64: dts: morello: Add CMN PMU

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>