Skip to content

Commit 9ae320f

Browse files
committed
scripts: genpinctrl: stm32-pincrl: Change ETH N6 label
Use "ETH Extended" as a less confusing name. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent 02d82ee commit 9ae320f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/genpinctrl/stm32-pinctrl-config.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
match: "^ETH+_(?:COL$|CRS|CRS_DV|MDC|MDIO|PPS_OUT|REF_CLK|RX_CLK|RX_DV|RX_ER||RXD[0-3]|TX_CLK|TX_EN|TXD[0-3])$"
7373
slew-rate: very-high-speed
7474

75-
- name: ETH (STM32N6 IP)
75+
- name: ETH (Extended)
7676
match: "^ETH\\d+_(?:MDC|MDIO|PHY_INTN|PPS_OUT|CLK|TX_ER)$"
7777
slew-rate: very-high-speed
7878

@@ -211,7 +211,7 @@
211211

212212
- name: TSC
213213
match: "^TSC_(?:G\\d+_IO\\d+|SYNC)$"
214-
214+
215215
- name: UART_CTS / USART_CTS / LPUART_CTS
216216
match: "^(?:LP)?US?ART\\d+_CTS$"
217217
bias: pull-up
@@ -247,4 +247,3 @@
247247

248248
- name: USB
249249
match: "^USB_(?:DM)?(?:DP)?(?:NOE)?$"
250-

0 commit comments

Comments
 (0)