diff options
author | Tom Rini <trini@konsulko.com> | 2021-07-23 08:30:48 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-07-23 08:30:48 -0400 |
commit | f534d93cbf34f1d1762b04eb5680e84bef5e1fe1 (patch) | |
tree | 09a0231852e9df884a8da30db093ac1932978814 /include/dm | |
parent | 4906d698d3960b70cf8000299da35412efd4f51d (diff) | |
parent | 988002dcd931e7236422e4d158c397d964ba1360 (diff) | |
download | u-boot-f534d93cbf34f1d1762b04eb5680e84bef5e1fe1.tar.gz |
Merge branch '2021-07-23-assorted-fixes'
- Assorted FIT, optee, pcf8575, mux, vexpress64 and distro bootcmd fixes.
- Allow pinmux status to take pin names
Diffstat (limited to 'include/dm')
-rw-r--r-- | include/dm/pinctrl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dm/pinctrl.h b/include/dm/pinctrl.h index 1bdc8d3cbd..695e78ad0d 100644 --- a/include/dm/pinctrl.h +++ b/include/dm/pinctrl.h @@ -587,7 +587,7 @@ int pinctrl_get_pin_muxing(struct udevice *dev, int selector, char *buf, * * This allows to know the number of pins owned by a given pin-controller * - * Return: Number of pins if OK, or negative error code on failure + * Return: Number of pins if OK, or -ENOSYS when not supported */ int pinctrl_get_pins_count(struct udevice *dev); |