Skip to content

Commit 208f330

Browse files
peda-rcristibirsan
authored andcommitted
ARM: dts: at91sam9260: pullup rx on usart0
For consistency with all other serial pins, add this pullup. It also prevents the signal from floating and so consuming a useless extra amount of power in crowbarred state if nothing is connected to RX. Signed-off-by: Peter Rosin <peda@axentia.se> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
1 parent 0e83071 commit 208f330

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm/boot/dts/at91sam9260.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,8 @@
434434
usart0 {
435435
pinctrl_usart0: usart0-0 {
436436
atmel,pins =
437-
<AT91_PIOB 4 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB4 periph A */
438-
AT91_PIOB 5 AT91_PERIPH_A AT91_PINCTRL_NONE>; /* PB5 periph A */
437+
<AT91_PIOB 4 AT91_PERIPH_A AT91_PINCTRL_NONE
438+
AT91_PIOB 5 AT91_PERIPH_A AT91_PINCTRL_PULL_UP>;
439439
};
440440

441441
pinctrl_usart0_rts: usart0_rts-0 {

0 commit comments

Comments
 (0)