Re: [U-Boot] [PATCH v1 3/5] apalis/colibri_t30: avoid uart input from floating pins

2019-10-15 Thread Igor Opaniuk
On Thu, Sep 12, 2019 at 12:15 PM Marcel Ziswiler wrote: > > From: Marcel Ziswiler > > Avoid UART input from floating RX pins on UARTB and UARTC (Colibri T30) > and UARTB, UARTC and UARTD (Apalis T30). > > Note: Floating pins may cause spurious break conditions potentially > interrupting U-Boot's

[U-Boot] [PATCH v1 3/5] apalis/colibri_t30: avoid uart input from floating pins

2019-09-12 Thread Marcel Ziswiler
From: Marcel Ziswiler Avoid UART input from floating RX pins on UARTB and UARTC (Colibri T30) and UARTB, UARTC and UARTD (Apalis T30). Note: Floating pins may cause spurious break conditions potentially interrupting U-Boot's autoboot. Signed-off-by: Marcel Ziswiler ---