From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932675AbaEPPCg (ORCPT ); Fri, 16 May 2014 11:02:36 -0400 Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:54596 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756380AbaEPPCb (ORCPT ); Fri, 16 May 2014 11:02:31 -0400 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 99.127.230.128 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX182FicUmHNjNs7Eqjsa1voG Date: Fri, 16 May 2014 08:02:17 -0700 From: Tony Lindgren To: Peter Ujfalusi Cc: nsekhar@ti.com, joelf@ti.com, arnd@arndb.de, linux@arm.linux.org.uk, vinod.koul@intel.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-doc@vger.kernel.org, bcousson@baylibre.com Subject: Re: [PATCH v3 10/13] ARM: dts: am33xx: Remove obsolete properties from edma node Message-ID: <20140516150216.GA22031@atomide.com> References: <1400242640-9902-1-git-send-email-peter.ujfalusi@ti.com> <1400242640-9902-11-git-send-email-peter.ujfalusi@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1400242640-9902-11-git-send-email-peter.ujfalusi@ti.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Peter Ujfalusi [140516 05:18]: > dma-channels, ti,edma-regions and ti,edma-slots no longer needed in DT since > the the same information is available in the IP's CCCFG register. > > Signed-off-by: Peter Ujfalusi Acked-by: Tony Lindgren > --- > arch/arm/boot/dts/am33xx.dtsi | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi > index f1eea4af40ed..37d4cad4dd38 100644 > --- a/arch/arm/boot/dts/am33xx.dtsi > +++ b/arch/arm/boot/dts/am33xx.dtsi > @@ -147,9 +147,6 @@ > <0x44e10f90 0x40>; > interrupts = <12 13 14>; > #dma-cells = <1>; > - dma-channels = <64>; > - ti,edma-regions = <4>; > - ti,edma-slots = <256>; > }; > > gpio0: gpio@44e07000 { > -- > 1.9.3 >