commit | 2e3f1ff63f50f36e74d46f939823241856ebf1bd | [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 | cc7f66f70cc2c59fe8ebf9011658447815278894 [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>