| commit | bb47814823c74ca3d8fbd7e5712201063d6e48b4 | [log] [tgz] |
|---|---|---|
| author | Gerard Marull-Paretas <gerard@teslabs.com> | Thu Oct 01 17:30:01 2020 |
| committer | Kumar Gala <kumar.gala@gmail.com> | Fri Oct 02 13:14:59 2020 |
| tree | 9e20a2220d62bdb92f7f493006df4741d6293b05 | |
| parent | 385b36674e6a77357b8c69a129c77421c593a3f8 [diff] |
scripts: genpinctrl: handle pin names with extra description Some pin names have another name appended, e.g. "PA15 (JTDI)". Current regex did not handle those cases, so it has been adjusted to handle them. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>