Skip to content

Commit dbd0876

Browse files
committed
ARM: dts: at91: sama7g5ek: enable pull-up on flexcom3 console lines
Flexcom3 is used as board console serial. There are no pull-ups on these lines on the board. This means that if a cable is not connected (that has pull-ups included), stray characters could appear on the console as the floating pins voltage levels are interpreted as incoming characters. To avoid this problem, enable the internal pull-ups on these lines. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
1 parent 548b9e5 commit dbd0876

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/at91-sama7g5ek.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@
557557
pinctrl_flx3_default: flx3_default {
558558
pinmux = <PIN_PD16__FLEXCOM3_IO0>,
559559
<PIN_PD17__FLEXCOM3_IO1>;
560-
bias-disable;
560+
bias-pull-up;
561561
};
562562

563563
pinctrl_flx4_default: flx4_default {

0 commit comments

Comments
 (0)