Skip to content

Commit d0d4fee

Browse files
committed
scripts: genpinctrl: correct RTS/CTS config
* CTS - remove open-drain * RTS - replace open-drain with push-pull - remove pull-up bias Signed-off-by: Georgij Cernysiov <[email protected]>
1 parent e6b7f65 commit d0d4fee

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/genpinctrl/stm32-pinctrl-config.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,13 +261,11 @@
261261

262262
- name: UART_CTS / USART_CTS / LPUART_CTS
263263
match: "^(?:LP)?US?ART\\d+_CTS$"
264-
drive: open-drain
265264
bias: pull-up
266265

267266
- name: UART_RTS / USART_RTS / LPUART_RTS
268267
match: "^(?:LP)?US?ART\\d+_RTS$"
269-
drive: open-drain
270-
bias: pull-up
268+
drive: push-pull
271269

272270
- name: UART_DE / USART_DE / LPUART_DE
273271
match: "^(?:LP)?US?ART\\d+_DE$"

0 commit comments

Comments
 (0)