]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'juno-update-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep...
authorArnd Bergmann <arnd@arndb.de>
Fri, 25 Feb 2022 15:09:24 +0000 (16:09 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 25 Feb 2022 15:09:25 +0000 (16:09 +0100)
commit7dd390c188f2046efa35e8e3ac86c8ef9a3c1d07
treed16ea2cbd344623f7ead228b40a28c6e182013be
parent8b49c816ed3f7d41afed37aea8c4be73e9576064
parent3390275c7f03ed5ae58d5f176114130ab4fc1974
Merge tag 'juno-update-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/dt

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.

* tag 'juno-update-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
  arm64: dts: juno: Add separate SCMI variants
  arm64: dts: juno: Remove GICv2m dma-range

Link: https://lore.kernel.org/r/20220222201812.3338619-1-sudeep.holla@arm.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>