Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757051AbcK3RhD (ORCPT ); Wed, 30 Nov 2016 12:37:03 -0500 Received: from exsmtp01.microchip.com ([198.175.253.37]:47080 "EHLO email.microchip.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1758533AbcK3Rgx (ORCPT ); Wed, 30 Nov 2016 12:36:53 -0500 From: Nicolas Ferre To: Alexandre Belloni , CC: Boris BREZILLON , Ludovic Desroches , , Nicolas Ferre Subject: [PATCH 2/2] ARM: dts: at91: sama5d4 Xplained: enable UART1 node with DMA Date: Wed, 30 Nov 2016 18:36:30 +0100 Message-ID: <20161130173630.11944-2-nicolas.ferre@atmel.com> X-Mailer: git-send-email 2.9.0 In-Reply-To: <20161130173630.11944-1-nicolas.ferre@atmel.com> References: <20161130173630.11944-1-nicolas.ferre@atmel.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 686 Lines: 26 Enable UART1 and use DMA configuration with it. Signed-off-by: Nicolas Ferre --- arch/arm/boot/dts/at91-sama5d4_xplained.dts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/at91-sama5d4_xplained.dts b/arch/arm/boot/dts/at91-sama5d4_xplained.dts index ed7fce297738..91cf69e26aa1 100644 --- a/arch/arm/boot/dts/at91-sama5d4_xplained.dts +++ b/arch/arm/boot/dts/at91-sama5d4_xplained.dts @@ -69,6 +69,12 @@ ahb { apb { + uart0: serial@f8004000 { + atmel,use-dma-rx; + atmel,use-dma-tx; + status = "okay"; + }; + spi0: spi@f8010000 { cs-gpios = <&pioC 3 0>, <0>, <0>, <0>; status = "okay"; -- 2.9.0