]> 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)
commitcd2421cdc11dbe493d1aedb57aa50a8368d44887
treed16ea2cbd344623f7ead228b40a28c6e182013be
parentec839f0c380d312cc53e7aafdd54dfe0238d4538
parent5515c1669250b68acb58082f7b9ed057e9689478
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>