commit | b40399c27362c891c945d3a8d74e2f4bb10a5eb2 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | Fri May 21 09:47:32 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 23 07:13:25 2021 -0400 |
tree | 837a5e1bc9305ceef8460282dadf37cc434721f6 | |
parent | da4536894967fd9a17c6a46bf2e400feb627b5ba [diff] |
cmd: pinmux: support pin name in status command Allow pin name parameter for pimux staus command, as gpio command to get status of one pin. The possible usage of the command is: > pinmux dev pinctrl > pinmux status > pinmux status -a > pinmux status <pin-name> Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Simon Glass <sjg@chromium.org>