mbox series

[GIT,PULL] few minor fixes for omaps

Message ID pull-1579895109-287828@atomide.com (mailing list archive)
State Mainlined
Commit 6716cb162deb9d474095a57d7a515edc13926ea7
Headers show
Series [GIT,PULL] few minor fixes for omaps | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-fixes-whenever-signed

Message

Tony Lindgren Jan. 24, 2020, 7:45 p.m. UTC
From: "Tony Lindgren" <tony@atomide.com>

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(+)