Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1533965
| From | Nicolas Ferre <nicolas.ferre@atmel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/3] ARM: dts: at91: sama5d2: move UART3 to DMA1 |
| Date | 2016-12-01 12:00 +0100 |
| Message-ID | <sJxfP-2MX-13@gated-at.bofh.it> (permalink) |
| References | <sJxfP-2MX-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Now that DMA1 is defined, use it to distribute channel usage among the two controllers. Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> --- arch/arm/boot/dts/sama5d2.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi index c791ce9c750c..5b69eff523d9 100644 --- a/arch/arm/boot/dts/sama5d2.dtsi +++ b/arch/arm/boot/dts/sama5d2.dtsi @@ -1151,10 +1151,10 @@ compatible = "atmel,at91sam9260-usart"; reg = <0xfc008000 0x100>; interrupts = <27 IRQ_TYPE_LEVEL_HIGH 7>; - dmas = <&dma0 + dmas = <&dma1 (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) | AT91_XDMAC_DT_PERID(41))>, - <&dma0 + <&dma1 (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) | AT91_XDMAC_DT_PERID(42))>; dma-names = "tx", "rx"; -- 2.9.0
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 1/3] ARM: dts: at91: add dma1 definition to sama5d2 Nicolas Ferre <nicolas.ferre@atmel.com> - 2016-12-01 12:00 +0100 [PATCH 2/3] ARM: dts: at91: sama5d2: move UART3 to DMA1 Nicolas Ferre <nicolas.ferre@atmel.com> - 2016-12-01 12:00 +0100 Re: [PATCH 1/3] ARM: dts: at91: add dma1 definition to sama5d2 Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-12-02 12:30 +0100 Re: [PATCH 1/3] ARM: dts: at91: add dma1 definition to sama5d2 Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-12-07 10:00 +0100
csiph-web