aboutsummaryrefslogtreecommitdiff
path: root/include/reset.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/reset.h')
-rw-r--r--include/reset.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/reset.h b/include/reset.h
index 965f02e0cee..036a786d2ac 100644
--- a/include/reset.h
+++ b/include/reset.h
@@ -238,7 +238,8 @@ int reset_get_bulk(struct udevice *dev, struct reset_ctl_bulk *bulk);
*
* @dev: The client device.
* @name: The name of the reset signal to request, within the client's
- * list of reset signals.
+ * list of reset signals, or NULL to request the first reset
+ * signal in the list.
* @reset_ctl: A pointer to a reset control struct to initialize.
* Return: 0 if OK, or a negative error code.
*/