From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH RFC 5/6] ARM: dts: AM335x: prcm node (for reset) Date: Tue, 8 Oct 2013 11:18:27 -0700 Message-ID: <20131008181827.GH8313@atomide.com> References: <00675d65eef61eb4222e6a461ef479ebbd1d4787.1378129416.git.afzal@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <00675d65eef61eb4222e6a461ef479ebbd1d4787.1378129416.git.afzal-l0cyMroinI0@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Afzal Mohammed Cc: linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Paul Walmsley , Benoit Cousson , Russell King , Ian Campbell , Stephen Warren , Mark Rutland , Pawel Moll , Rob Herring , Philipp Zabel List-Id: devicetree@vger.kernel.org * 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 devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html