aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'include/dm/device-internal.h')
-rw-r--r--include/dm/device-internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dm/device-internal.h b/include/dm/device-internal.h
index 02ac4c7952..ee2b24a62a 100644
--- a/include/dm/device-internal.h
+++ b/include/dm/device-internal.h
@@ -74,8 +74,8 @@ int device_bind_with_driver_data(struct udevice *parent,
74 * tree. 74 * tree.
75 * 75 *
76 * @parent: Pointer to device's parent 76 * @parent: Pointer to device's parent
77 * @pre_reloc_only: If true, bind the driver only if its DM_INIT_F flag is set. 77 * @pre_reloc_only: If true, bind the driver only if its DM_FLAG_PRE_RELOC flag
78 * If false bind the driver always. 78 * is set. If false bind the driver always.
79 * @info: Name and platdata for this device 79 * @info: Name and platdata for this device
80 * @devp: if non-NULL, returns a pointer to the bound device 80 * @devp: if non-NULL, returns a pointer to the bound device
81 * @return 0 if OK, -ve on error 81 * @return 0 if OK, -ve on error