Re: [PATCH] ARM: dts: stm32: fix usart 2 & 3 pinconf to wake up with flow control

2021-03-11 Thread Alexandre TORGUE
Hi Valentin On 2/11/21 12:07 PM, Valentin CARON - foss wrote: Modify usart 2 & 3 pins to allow wake up from low power mode while the hardware flow control is activated. UART RTS pin need to stay configure in idle mode to receive characters in order to wake up. Fixes: 842ed898a757 ("ARM: dts: st

[PATCH] ARM: dts: stm32: fix usart 2 & 3 pinconf to wake up with flow control

2021-02-11 Thread Valentin CARON - foss
Modify usart 2 & 3 pins to allow wake up from low power mode while the hardware flow control is activated. UART RTS pin need to stay configure in idle mode to receive characters in order to wake up. Fixes: 842ed898a757 ("ARM: dts: stm32: add usart2, usart3 and uart7 pins in stm32mp15-pinctrl") S