commit | c1464abe46135caed3303e3ef358679421b380c3 | [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 | bda99b5f38af14507733db90f0dc93d178c4cd3f [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>