mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-11 18:35:28 +00:00
ryu: properly enable UART Rx DMA for P2 boards
We defined the DMA channel for UART Rx DMA to use, but we didn't actually enable it. BRANCH=None BUG=chrome-os-partner:32660 TEST=Check the console is still responsive Change-Id: I0dcbeeccb3a4213305c84ec5238e6e9dbee09b33 Signed-off-by: Vic Yang <victoryang@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/225280 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
This commit is contained in:
committed by
chrome-internal-fetch
parent
791ead7aba
commit
e1a6096dbe
@@ -36,6 +36,7 @@
|
||||
#define CONFIG_INDUCTIVE_CHARGING
|
||||
#undef CONFIG_HIBERNATE
|
||||
#undef CONFIG_UART_TX_DMA /* DMAC_CH7 is used by USB PD */
|
||||
#define CONFIG_UART_RX_DMA
|
||||
#define CONFIG_UART_RX_DMA_CH STM32_DMAC_USART2_RX
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user