diff options
author | Simon Glass <sjg@chromium.org> | 2016-07-05 17:10:09 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-07-27 14:15:07 -0600 |
commit | 2e3f1ff63f50f36e74d46f939823241856ebf1bd (patch) | |
tree | 09700299a68afb9e9ddd02583f30c81a786a3fb2 /include/power | |
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>
Diffstat (limited to 'include/power')
-rw-r--r-- | include/power/regulator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/power/regulator.h b/include/power/regulator.h index 63c0814fe83..9bcd728120a 100644 --- a/include/power/regulator.h +++ b/include/power/regulator.h @@ -54,7 +54,7 @@ * which does the scan on the device node, for the 'regulator-name' constraint. * If the parent is not a PMIC device, and the child is not bind by function: * 'pmic_bind_childs()', then it's recommended to bind the device by call to - * dm_scan_fdt_node() - this is usually done automatically for bus devices, + * dm_scan_fdt_dev() - this is usually done automatically for bus devices, * as a post bind method. * * Regulator get: |