[GIT PULL] ARM: SoC fixes

From: Olof Johansson
Date: Sat Jan 25 2020 - 16:37:21 EST


Hi Linus,

The following changes since commit 70db729fe1b30af89e798d16c1045846753e5448:

MAINTAINERS: Add myself as the co-maintainer for Actions Semi platforms (2020-01-16 15:49:19 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-fixes

for you to fetch changes up to 6716cb162deb9d474095a57d7a515edc13926ea7:

Merge tag 'omap-for-fixes-whenever-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes (2020-01-24 12:05:33 -0800)

----------------------------------------------------------------
ARM: SoC fixes

A couple of fixes have come in that would be good to include in this
release:

- A fix for amount of memory on Beaglebone Black. Surfaced now since
GRUB2 doesn't update memory size in the booted kernel.

- A fix to make SPI interfaces work on am43x-epos-evm.

- Small Kconfig fix for OPTEE (adds a depend on MMU) to avoid build
failures.

----------------------------------------------------------------
Matwey V. Kornilov (1):
ARM: dts: am335x-boneblack-common: fix memory size

Olof Johansson (2):
Merge tag 'tee-optee-fix2-for-5.5' of https://git.linaro.org:/people/jens.wiklander/linux-tee into arm/fixes
Merge tag 'omap-for-fixes-whenever-signed' of git://git.kernel.org/.../tmlind/linux-omap into arm/fixes

Raag Jadav (1):
ARM: dts: am43x-epos-evm: set data pin directions for spi0 and spi1

Vincenzo Frascino (1):
tee: optee: Fix compilation issue with nommu

arch/arm/boot/dts/am335x-boneblack-common.dtsi | 5 +++++
arch/arm/boot/dts/am43x-epos-evm.dts | 2 ++
drivers/tee/optee/Kconfig | 1 +
3 files changed, 8 insertions(+)