Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754006AbcJIIfB (ORCPT ); Sun, 9 Oct 2016 04:35:01 -0400 Received: from saturn.retrosnub.co.uk ([178.18.118.26]:39310 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753050AbcJIIe7 (ORCPT ); Sun, 9 Oct 2016 04:34:59 -0400 Subject: Re: [PATCH v3 3/4] ARM: dts: am33xx: add DMA properties for tscadc To: Mugunthan V N , linux-iio@vger.kernel.org References: <20161005090443.24576-1-mugunthanvnm@ti.com> <20161005090443.24576-4-mugunthanvnm@ti.com> Cc: Tony Lindgren , Rob Herring , Mark Rutland , Russell King , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , Lee Jones , Vignesh R , "Andrew F . Davis" , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Sekhar Nori , Peter Ujfalusi , John Syne From: Jonathan Cameron Message-ID: Date: Sun, 9 Oct 2016 09:34:52 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161005090443.24576-4-mugunthanvnm@ti.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 747 Lines: 26 On 05/10/16 10:04, Mugunthan V N wrote: > Add DMA properties for tscadc > > Signed-off-by: Mugunthan V N Do the binding docs need updating to reflect this? I can't immediately find the relevant doc to check! Jonathan > --- > arch/arm/boot/dts/am33xx.dtsi | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi > index 98748c6..6d607b8 100644 > --- a/arch/arm/boot/dts/am33xx.dtsi > +++ b/arch/arm/boot/dts/am33xx.dtsi > @@ -917,6 +917,8 @@ > interrupts = <16>; > ti,hwmods = "adc_tsc"; > status = "disabled"; > + dmas = <&edma 53 0>, <&edma 57 0>; > + dma-names = "fifo0", "fifo1"; > > tsc { > compatible = "ti,am3359-tsc"; >