[GIT PULL] arm64: dts: juno: Update for v5.18

Sudeep Holla sudeep.holla at arm.com
Tue Feb 22 12:18:12 PST 2022


Hi ARM SoC Team,

Please pull !

Regards,
Sudeep

-->8

The following changes since commit 31eeb6b09f4053f32a30ce9fbcdfca31f713028d:

  arm64: dts: juno: Remove GICv2m dma-range (2022-01-26 10:23:04 +0000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/juno-update-5.18

for you to fetch changes up to 96bb0954860a4c8b8c77d59fc53cd4cafac914f5:

  arm64: dts: juno: Add separate SCMI variants (2022-02-21 10:53:25 +0000)

----------------------------------------------------------------
Arm Juno update for v5.18

Just a single update adding long waited support for SCMI firmware variant
as separate devicetrees. I wanted to deal with this differences in the
firmware interface within the bootloader for long time. But with variety
of bootloaders (u-boot, UEFI, ..etc) and need to add SCMI and SCPI
support for sake of discovery with discrepancies in shared memory layout,
it turned out difficult.

So, finally we are adding it as separate files so that we don't break
support for older SCPI firmware interface.

----------------------------------------------------------------
Robin Murphy (1):
      arm64: dts: juno: Add separate SCMI variants

 arch/arm64/boot/dts/arm/Makefile         |   2 +-
 arch/arm64/boot/dts/arm/juno-r1-scmi.dts |  23 ++++
 arch/arm64/boot/dts/arm/juno-r2-scmi.dts |  23 ++++
 arch/arm64/boot/dts/arm/juno-scmi.dts    |   9 ++
 arch/arm64/boot/dts/arm/juno-scmi.dtsi   | 199 +++++++++++++++++++++++++++++++
 5 files changed, 255 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm64/boot/dts/arm/juno-r1-scmi.dts
 create mode 100644 arch/arm64/boot/dts/arm/juno-r2-scmi.dts
 create mode 100644 arch/arm64/boot/dts/arm/juno-scmi.dts
 create mode 100644 arch/arm64/boot/dts/arm/juno-scmi.dtsi



More information about the linux-arm-kernel mailing list