Skip to content

Commit f2e0412

Browse files
committed
scripts: genpinctrl:remove duplicated tsc configuration
The tsc pins configuration was added twice in config*.yaml files. Remove the newly added configuration. Signed-off-by: Fabrice DJIATSA <[email protected]>
1 parent 0788d07 commit f2e0412

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

scripts/genpinctrl/stm32-pinctrl-config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,5 +303,3 @@
303303
- name: JTAG PORT
304304
match: ^(SYS|DEBUG)_((JTMS-)?SWDIO|(JTCK-)?SWCLK|JTDI|JTDO(-TRACESWO|-SWO)?|(NJ)?JTRST)$
305305

306-
- name: TSC
307-
match: "^TSC_(?:G\\d+_IO\\d+|SYNC)$"

scripts/genpinctrl/stm32f1-pinctrl-config.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,3 @@
260260
match: "^USB_(?:DM)?(?:DP)?$"
261261
mode: input
262262

263-
- name: TSC
264-
match: "^TSC_(?:G\\d+_IO\\d+|SYNC)$"
265-
mode: alternate

0 commit comments

Comments
 (0)