commit | f4cdead24a1a0c39c29c04e107c2f98ba61c5da8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jul 23 06:55:14 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 23 14:07:25 2014 +0100 |
tree | cbabf26d3f1df2d80529543f5a4bcfeeef4a34f3 | |
parent | b7d665705ebb29f06616b7f365ab8732e9779bf6 [diff] |
dm: Allow a device to be found by its FDT offset Each device that was bound from a device tree has an node that caused it to be bound. Add functions that find and return a device based on a device tree offset. Signed-off-by: Simon Glass <sjg@chromium.org>