Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARM: dts: stm32: activate alternate REQ/ACK dma protocol for uart
Default REQ/ACK DMA protocol consists in maintaining ACK signal up to the removal of REQuest and the transfer completion. In case of alternative REQ/ACK protocol, ACK de-assertion does not wait the removal of the REQuest, but only the transfer completion. Due to a possible DMA stream lock when transferring data to/from STM32 USART/UART, select this alternative protocol in STM32 USART/UART nodes. Signed-off-by: Valentin Caron <[email protected]> Change-Id: Ia5c1205e1a74a06ff670006e9fbf619ad45deeb5 Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/linux-stm32/+/186820 Reviewed-by: CITOOLS <[email protected]> Reviewed-by: CIBUILD <[email protected]> Reviewed-by: Fabrice GASNIER <[email protected]>
- Loading branch information