Re: [U-Boot] [PATCH v3 15/72] dm: core: Allow binding a device from a live tree

2017-05-24 Thread sjg
When a live tree is being used we need to record the node that was used to create the device. Update device_bind_with_driver_data() to support this. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None drivers/core/device.c| 18 -- drivers/core/lists.c

[U-Boot] [PATCH v3 15/72] dm: core: Allow binding a device from a live tree

2017-05-18 Thread Simon Glass
When a live tree is being used we need to record the node that was used to create the device. Update device_bind_with_driver_data() to support this. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None drivers/core/device.c| 18 -- drivers/core/lists.c