Re: [PATCH 2/2] ppc/pnv: populate the DT with realized XSCOM devices

2019-12-10 Thread Greg Kurz
On Tue, 10 Dec 2019 14:58:45 +0100 Cédric Le Goater wrote: > Some devices could be initialized in the instance_init handler but not > realized for configuration reasons. Nodes should not be added in the DT > for such devices. > > Signed-off-by: Cédric Le Goater > --- Reviewed-by: Greg Kurz >

Re: [PATCH 2/2] ppc/pnv: populate the DT with realized XSCOM devices

2019-12-10 Thread Cédric Le Goater
On 10/12/2019 17:53, Greg Kurz wrote: > On Tue, 10 Dec 2019 14:58:45 +0100 > Cédric Le Goater wrote: > >> Some devices could be initialized in the instance_init handler but not >> realized for configuration reasons. Nodes should not be added in the DT >> for such devices. >> > > Do you have exam

Re: [PATCH 2/2] ppc/pnv: populate the DT with realized XSCOM devices

2019-12-10 Thread Greg Kurz
On Tue, 10 Dec 2019 14:58:45 +0100 Cédric Le Goater wrote: > Some devices could be initialized in the instance_init handler but not > realized for configuration reasons. Nodes should not be added in the DT > for such devices. > Do you have examples of such devices to share ? > Signed-off-by: C