Skip to content

Commit d47754e

Browse files
committed
Revert "dts: rp1: Disable DMA usage for UART0"
This reverts commit cc63d55.
1 parent 8894298 commit d47754e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/arm64/boot/dts/broadcom/rp1.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
interrupts = <RP1_INT_UART0 IRQ_TYPE_LEVEL_HIGH>;
5656
clocks = <&rp1_clocks RP1_CLK_UART &rp1_clocks RP1_PLL_SYS_PRI_PH>;
5757
clock-names = "uartclk", "apb_pclk";
58-
// dmas = <&rp1_dma RP1_DMA_UART0_TX>,
59-
// <&rp1_dma RP1_DMA_UART0_RX>;
60-
// dma-names = "tx", "rx";
58+
dmas = <&rp1_dma RP1_DMA_UART0_TX>,
59+
<&rp1_dma RP1_DMA_UART0_RX>;
60+
dma-names = "tx", "rx";
6161
pinctrl-names = "default";
6262
arm,primecell-periphid = <0x00541011>;
6363
uart-has-rtscts;

0 commit comments

Comments
 (0)