Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752240AbdLFNVV (ORCPT ); Wed, 6 Dec 2017 08:21:21 -0500 Received: from esa4.microchip.iphmx.com ([68.232.154.123]:16760 "EHLO esa4.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751443AbdLFNVS (ORCPT ); Wed, 6 Dec 2017 08:21:18 -0500 X-IronPort-AV: E=Sophos;i="5.45,368,1508828400"; d="scan'208";a="9170859" Subject: Re: [PATCH v3 2/4] ARM: dts: at91: sama5d2: added dma property for ADC device To: Alexandre Belloni CC: , , , , , , , References: <1510750608-8697-1-git-send-email-eugen.hristev@microchip.com> <1510750608-8697-3-git-send-email-eugen.hristev@microchip.com> <20171129210507.GQ21126@piout.net> From: Eugen Hristev Message-ID: Date: Wed, 6 Dec 2017 15:18:43 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171129210507.GQ21126@piout.net> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1112 Lines: 39 On 29.11.2017 23:05, Alexandre Belloni wrote: > Hi, > > On 15/11/2017 at 14:56:46 +0200, Eugen Hristev wrote: >> Added DMA property for ADC device >> >> Signed-off-by: Eugen Hristev >> --- >> arch/arm/boot/dts/sama5d2.dtsi | 2 ++ >> 1 file changed, 2 insertions(+) >> > > This didn't apply cleanly, please check > https://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git/commit/?h=at91-dt&id=0ae80c039ef2407c08842ddde892af0c9128711b Hi, I tested on your tree and looked over the file, and it's all good. Thanks. > >> diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi >> index 38d2216..ca8bf13 100644 >> --- a/arch/arm/boot/dts/sama5d2.dtsi >> +++ b/arch/arm/boot/dts/sama5d2.dtsi >> @@ -1430,6 +1430,8 @@ >> atmel,min-sample-rate-hz = <200000>; >> atmel,max-sample-rate-hz = <20000000>; >> atmel,startup-time-ms = <4>; >> + dmas = <&dma0 (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) | AT91_XDMAC_DT_PERID(25))>; >> + dma-names = "rx"; >> status = "disabled"; >> }; >> >> -- >> 2.7.4 >> >