Skip to content

Commit 07bb5c3

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

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/genpinctrl/stm32-pinctrl-config.yaml

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

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

267265
- name: UART_RTS / USART_RTS / LPUART_RTS
268266
match: "^(?:LP)?US?ART\\d+_RTS$"
269-
drive: open-drain
270-
bias: pull-up
267+
drive: push-pull
271268

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

0 commit comments

Comments
 (0)