Re: [PATCH] powerpc/pasemi: Seach for PCI root bus by compatible property

2018-08-03 Thread Michael Ellerman
Olof Johansson writes: > On Wed, Aug 1, 2018 at 7:36 AM, Michael Ellerman wrote: >> Christian Zigotzky writes: >> >>> Just for info: I tested it on my Nemo board today and it works. >> >> Awesome thanks. >> >> That's probably sufficient to merge it, and if it breaks anything we can >> always rev

Re: [PATCH] powerpc/pasemi: Seach for PCI root bus by compatible property

2018-08-01 Thread Olof Johansson
On Wed, Aug 1, 2018 at 7:36 AM, Michael Ellerman wrote: > Christian Zigotzky writes: > >> Just for info: I tested it on my Nemo board today and it works. > > Awesome thanks. > > That's probably sufficient to merge it, and if it breaks anything we can > always revert it. Should be fine, all known

Re: [PATCH] powerpc/pasemi: Seach for PCI root bus by compatible property

2018-08-01 Thread Michael Ellerman
Christian Zigotzky writes: > Just for info: I tested it on my Nemo board today and it works. Awesome thanks. That's probably sufficient to merge it, and if it breaks anything we can always revert it. cheers > On 31 July 2018 at 2:04PM, Michael Ellerman wrote: >> Michael Ellerman writes: >>>

[PATCH] powerpc/pasemi: Seach for PCI root bus by compatible property

2018-07-31 Thread Christian Zigotzky
Just for info: I tested it on my Nemo board today and it works. -- Christian On 31 July 2018 at 2:04PM, Michael Ellerman wrote: Michael Ellerman writes: Darren Stevens writes: Pasemi arch code finds the root of the PCI-e bus by searching the device-tree for a node called 'pxp'. But the roo

Re: [PATCH] powerpc/pasemi: Seach for PCI root bus by compatible property

2018-07-31 Thread Michael Ellerman
Michael Ellerman writes: > Darren Stevens writes: > >> Pasemi arch code finds the root of the PCI-e bus by searching the >> device-tree for a node called 'pxp'. But the root bus has a >> compatible property of 'pasemi,rootbus' so search for that instead. >> >> Signed-off-by: Darren Stevens >> -

Re: [PATCH] powerpc/pasemi: Seach for PCI root bus by compatible property

2018-07-31 Thread Michael Ellerman
Darren Stevens writes: > Pasemi arch code finds the root of the PCI-e bus by searching the > device-tree for a node called 'pxp'. But the root bus has a > compatible property of 'pasemi,rootbus' so search for that instead. > > Signed-off-by: Darren Stevens > --- > > This works on the Amigaone X

[PATCH] powerpc/pasemi: Seach for PCI root bus by compatible property

2018-07-25 Thread Darren Stevens
Pasemi arch code finds the root of the PCI-e bus by searching the device-tree for a node called 'pxp'. But the root bus has a compatible property of 'pasemi,rootbus' so search for that instead. Signed-off-by: Darren Stevens --- This works on the Amigaone X1000, I don't know if this method of fi