]> 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)
commit40d03142d28b16f48b9670b13c31b8a985031e64
treee8f569da439f671c8b0848fbca09d610832969fd
parentb71724ed7eaeb46e2cc331f713f19970077161c8
parent44a85afa42811691d037b57ad61f912ca4981aaf
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>