Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756006Ab3JHSSh (ORCPT ); Tue, 8 Oct 2013 14:18:37 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:47176 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751926Ab3JHSSe (ORCPT ); Tue, 8 Oct 2013 14:18:34 -0400 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 50.131.214.131 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/mS9rsla01HzjXce5ZIrtJ Date: Tue, 8 Oct 2013 11:18:27 -0700 From: Tony Lindgren To: Afzal Mohammed Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Paul Walmsley , Benoit Cousson , Russell King , Ian Campbell , Stephen Warren , Mark Rutland , Pawel Moll , Rob Herring , Philipp Zabel Subject: Re: [PATCH RFC 5/6] ARM: dts: AM335x: prcm node (for reset) Message-ID: <20131008181827.GH8313@atomide.com> References: <00675d65eef61eb4222e6a461ef479ebbd1d4787.1378129416.git.afzal@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <00675d65eef61eb4222e6a461ef479ebbd1d4787.1378129416.git.afzal@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1140 Lines: 42 * Afzal Mohammed [130902 07:30]: > Add AM335x prcm node with reset binding. Please put the .dts changes into a separate series from driver changes so the driver maintainers don't accidentally queue also the .dts changes. This is to avoid pointless self-inflicted merge conflicts. Regards, Tony > Signed-off-by: Afzal Mohammed > --- > arch/arm/boot/dts/am33xx.dtsi | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi > index 4701e3c..c2ccf94 100644 > --- a/arch/arm/boot/dts/am33xx.dtsi > +++ b/arch/arm/boot/dts/am33xx.dtsi > @@ -530,6 +530,12 @@ > #size-cells = <1>; > status = "disabled"; > }; > + > + prcm: prcm@44e00000 { > + compatible = "ti,am3352-prcm"; > + reg = <0x44e00000 0x1300>; > + #reset-cells = <1>; > + }; > }; > > clocks { > -- > 1.8.3.4 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/