From: "Tony Lindgren" <tony@xxxxxxxxxxx> The following changes since commit 03729cfa0d543bc996bf959e762ec999afc8f3d2: soc: ti: wkup_m3_ipc: Fix race condition with rproc_boot (2019-12-17 15:18:36 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-fixes-whenever-signed for you to fetch changes up to b0b03951544534d6d9ad4aa2787eefec988fff20: ARM: dts: am43x-epos-evm: set data pin directions for spi0 and spi1 (2020-01-23 08:12:04 -0800) ---------------------------------------------------------------- Few minor fixes for omaps Looks like we have wrong default memory size for beaglebone black, it has at least 512 MB of RAM and not 256 MB. This causes an issue when booted with GRUB2 that does not seem to pass memory info to the kernel. And for am43x-epos-evm the SPI pin directions need to be configured for SPI to work. ---------------------------------------------------------------- Matwey V. Kornilov (1): ARM: dts: am335x-boneblack-common: fix memory size Raag Jadav (1): ARM: dts: am43x-epos-evm: set data pin directions for spi0 and spi1 arch/arm/boot/dts/am335x-boneblack-common.dtsi | 5 +++++ arch/arm/boot/dts/am43x-epos-evm.dts | 2 ++ 2 files changed, 7 insertions(+)