Skip to content

Commit 823213f

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 823213f

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

scripts/genpinctrl/stm32-pinctrl-config.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,9 @@
203203
match: "^I3C\\d+_SDA$"
204204
slew-rate: very-high-speed
205205

206+
- name: JTAG PORT
207+
match: ^(SYS|DEBUG)_((JTMS-)?SWDIO|(JTCK-)?SWCLK|JTDI|JTDO(-TRACESWO|-SWO)?|(NJ)?JTRST)$
208+
206209
- name: LTDC
207210
match: "^LTDC_(?:DE|CLK|HSYNC|VSYNC|R[0-7]|G[0-7]|B[0-7])$"
208211

@@ -300,8 +303,3 @@
300303
- name: USB
301304
match: "^USB_(?:DM)?(?:DP)?(?:NOE)?$"
302305

303-
- name: JTAG PORT
304-
match: ^(SYS|DEBUG)_((JTMS-)?SWDIO|(JTCK-)?SWCLK|JTDI|JTDO(-TRACESWO|-SWO)?|(NJ)?JTRST)$
305-
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)