]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'omap-for-fixes-whenever-signed' of git://git.kernel.org/pub/scm/linux...
authorOlof Johansson <olof@lixom.net>
Fri, 24 Jan 2020 20:05:32 +0000 (12:05 -0800)
committerOlof Johansson <olof@lixom.net>
Fri, 24 Jan 2020 20:05:33 +0000 (12:05 -0800)
commit8f7ce7d83e8aaa3b9b1f2b69450ef5df2b06b55d
treee8f569da439f671c8b0848fbca09d610832969fd
parented8d67f897ee9e73b322dfecf95f15463c8f1b47
parentad5fc8b44922c28c57c26aff5d8d5536e425fa93
Merge tag 'omap-for-fixes-whenever-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes

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.

* tag 'omap-for-fixes-whenever-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
  ARM: dts: am43x-epos-evm: set data pin directions for spi0 and spi1
  ARM: dts: am335x-boneblack-common: fix memory size

Link: https://lore.kernel.org/r/pull-1579895109-287828@atomide.com
Signed-off-by: Olof Johansson <olof@lixom.net>