Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755829AbcKERfG (ORCPT ); Sat, 5 Nov 2016 13:35:06 -0400 Received: from saturn.retrosnub.co.uk ([178.18.118.26]:51286 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755032AbcKERfE (ORCPT ); Sat, 5 Nov 2016 13:35:04 -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: <1a339132-9dd9-6f29-dd66-3125f0e90555@kernel.org> Date: Sat, 5 Nov 2016 17:35:00 +0000 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: 868 Lines: 31 On 05/10/16 10:04, Mugunthan V N wrote: > Add DMA properties for tscadc > > Signed-off-by: Mugunthan V N The support in the driver is now working it's way through iio.git towards linux-next. I'm guessing this and the next patch will ultimately go through arm-soc. Shout if you'd rather I took them through the iio tree. Thanks, 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"; >