commit | fea0345992fac2a2b2bd20d72b666ce948c9c99b | [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 | 4c60fd993a21a285c645c6d46762d8c2992b7dd7 [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>