Re: [PATCH 1/2] firmware: PSCI: Fix PSCI support for OF live trees

2020-06-18 Thread Tom Rini
en Warren ; Thierry Reding ; > Peter Robinson ; Heinrich Schuchardt > ; u-boot@lists.denx.de > Subject: Re: [PATCH 1/2] firmware: PSCI: Fix PSCI support for OF live trees > > > On 18/06/2020 12:54, Jon Hunter wrote: > > When CONFIG_OF_LIVE is enabled, dev_of_offset() cannot be

RE: [PATCH 1/2] firmware: PSCI: Fix PSCI support for OF live trees

2020-06-18 Thread Tom Warren
blic -Original Message- From: Jonathan Hunter Sent: Thursday, June 18, 2020 8:47 AM To: Tom Rini ; Tom Warren Cc: Stephen Warren ; Thierry Reding ; Peter Robinson ; Heinrich Schuchardt ; u-boot@lists.denx.de Subject: Re: [PATCH 1/2] firmware: PSCI: Fix PSCI support for OF live t

Re: [PATCH 1/2] firmware: PSCI: Fix PSCI support for OF live trees

2020-06-18 Thread Jon Hunter
On 18/06/2020 12:54, Jon Hunter wrote: > When CONFIG_OF_LIVE is enabled, dev_of_offset() cannot be used and > if used returns an invalid offset. This causes the call to > fdt_stringlist_get() in the psci_probe() to fail to read the 'method' > property from the PSCI node for the device and hence

Re: [PATCH 1/2] firmware: PSCI: Fix PSCI support for OF live trees

2020-06-18 Thread Peter Robinson
On Thu, Jun 18, 2020 at 12:55 PM Jon Hunter wrote: > > When CONFIG_OF_LIVE is enabled, dev_of_offset() cannot be used and > if used returns an invalid offset. This causes the call to > fdt_stringlist_get() in the psci_probe() to fail to read the 'method' > property from the PSCI node for the