commit | 09128c5adebdea33d0fbce1b78584cbf957f2477 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jul 05 17:10:09 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 27 14:15:07 2016 -0600 |
tree | 09700299a68afb9e9ddd02583f30c81a786a3fb2 | |
parent | 5d5388d5f836946e2ca77dff16a7ca4ae2615aa2 [diff] |
dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev() This new function is more convenient for callers, and handles pre-relocation situations automatically. Signed-off-by: Simon Glass <sjg@chromium.org>