All of lore.kernel.org
 help / color / mirror / Atom feed
* [PASEMI] Nemo board doesn't boot anymore because of moving pas_pci_init
@ 2021-02-23 21:43 Christian Zigotzky
  2021-02-23 22:28 ` Olof Johansson
  0 siblings, 1 reply; 10+ messages in thread
From: Christian Zigotzky @ 2021-02-23 21:43 UTC (permalink / raw)
  To: linuxppc-dev, Olof Johansson, Michael Ellerman
  Cc: Darren Stevens, R.T.Dickinson

Hello,

The Nemo board [1] with a P.A. Semi PA6T SoC doesn't boot anymore 
because of moving "pas_pci_init" to the device tree adoption [2] in the 
latest PowerPC updates 5.12-1 [3].

Unfortunately the Nemo board doesn't have it in its device tree. I 
reverted this commit and after that the Nemo board boots without any 
problems.

What do you think about this ifdef?

#ifdef CONFIG_PPC_PASEMI_NEMO
         /*
          * Check for the Nemo motherboard here, if we are running on one
          * then pas_pci_init()
          */
         if (of_machine_is_compatible("pasemi,nemo")) {
                 pas_pci_init();
         }
#endif

Thanks,
Christian

[1] https://en.wikipedia.org/wiki/AmigaOne_X1000
[2] 
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/diff/arch/powerpc/platforms/pasemi/setup.c?id=b12b47249688915e987a9a2a393b522f86f6b7ab
[3] 
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b12b47249688915e987a9a2a393b522f86f6b7ab

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-02-27 15:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-23 21:43 [PASEMI] Nemo board doesn't boot anymore because of moving pas_pci_init Christian Zigotzky
2021-02-23 22:28 ` Olof Johansson
2021-02-24  0:55   ` Michael Ellerman
2021-02-24  2:17     ` Oliver O'Halloran
2021-02-24 12:15       ` Christian Zigotzky
2021-02-26 12:34       ` Latest Git kernel doesn't compile because of the LINUX_VERSION_CODE issue Christian Zigotzky
2021-02-26 16:10         ` Christophe Leroy
2021-02-27  7:13           ` Christian Zigotzky
2021-02-27  7:34             ` Christophe Leroy
2021-02-27 15:42               ` Masahiro Yamada

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.