mirror of
https://xff.cz/git/u-boot/
synced 2025-09-27 05:21:16 +02:00
ARM: dts: stm32mp1: add pull-up on serial rx of console connected to STLINK
Avoid U-Boot auto-boot interruption for line break detection on console when the RX line connected to STLINK is floating (-IO error in getc cause by framing error and testc return 1) Same workaround is applied on all the STMicroelectonics board. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
This commit is contained in:
committed by
Patrice Chotard
parent
9c2214b489
commit
7acda7eae5
@@ -189,6 +189,8 @@
|
|||||||
};
|
};
|
||||||
pins2 {
|
pins2 {
|
||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-pre-reloc;
|
||||||
|
/* pull-up on rx to avoid floating level */
|
||||||
|
bias-pull-up;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -206,5 +206,7 @@
|
|||||||
};
|
};
|
||||||
pins2 {
|
pins2 {
|
||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-pre-reloc;
|
||||||
|
/* pull-up on rx to avoid floating level */
|
||||||
|
bias-pull-up;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user