commit | 322b2901fbce6c108f0873cd6cb9b920d9a01dea | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 18 20:09:05 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Jun 01 07:03:08 2017 -0600 |
tree | ac38ebc93c2b49338cc7161f5e9ffbe2a461e9a8 | |
parent | cfdae5c907878bfea39daa9dd7eb95a3505c932b [diff] |
dm: core: Allow binding a device from a live tree 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 <sjg@chromium.org>