Re: [U-Boot] [PATCH 07/25] dm: firmware: Automatically bind child devices

2018-08-24 Thread Tom Rini
On Tue, Aug 21, 2018 at 08:01:45PM +0530, Lokesh Vutla wrote: > From: Andreas Dannenberg > > To support scenarios where a firmware device node has subnodes that > have their own drivers automatically scan the DT and bind those when > the firmware device gets bound. > > Signed-off-by: Andreas Da

[U-Boot] [PATCH 07/25] dm: firmware: Automatically bind child devices

2018-08-21 Thread Lokesh Vutla
From: Andreas Dannenberg To support scenarios where a firmware device node has subnodes that have their own drivers automatically scan the DT and bind those when the firmware device gets bound. Signed-off-by: Andreas Dannenberg Signed-off-by: Lokesh Vutla --- drivers/firmware/firmware-uclass.