summaryrefslogtreecommitdiff
path: root/include/dm/root.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-07-23 06:55:17 -0600
committerSimon Glass <sjg@chromium.org>2014-07-23 14:07:26 +0100
commit0040b9442947d00a540f6e93742384a14453c37e (patch)
tree2aa741afd34f31f5a2dce02ed547190ca945652c /include/dm/root.h
parent3234aa4babd79bf92239409145db4fda2f505051 (diff)
downloadu-boot-imx-0040b9442947d00a540f6e93742384a14453c37e.zip
u-boot-imx-0040b9442947d00a540f6e93742384a14453c37e.tar.gz
u-boot-imx-0040b9442947d00a540f6e93742384a14453c37e.tar.bz2
dm: Tidy up some header file comments
Fix up the style of a few comments and add/clarify a few others. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/dm/root.h')
-rw-r--r--include/dm/root.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dm/root.h b/include/dm/root.h
index 09f9303..02c7788 100644
--- a/include/dm/root.h
+++ b/include/dm/root.h
@@ -35,7 +35,8 @@ int dm_scan_platdata(bool pre_reloc_only);
/**
* dm_scan_fdt() - Scan the device tree and bind drivers
*
- * This scans the device tree and creates a driver for each node
+ * This scans the device tree and creates a driver for each node. Only
+ * the top-level subnodes are examined.
*
* @blob: Pointer to device tree blob
* @pre_reloc_only: If true, bind only drivers with the DM_FLAG_PRE_RELOC