From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Subject: Re: [RFC PATCH v3 14/17] ARM: dts: sh7372: cpus/cpu nodes dts updates Date: Thu, 25 Apr 2013 09:06:46 +0900 Message-ID: <20130425000646.GC31061@verge.net.au> References: <1366824502-19729-1-git-send-email-lorenzo.pieralisi@arm.com> <1366824502-19729-15-git-send-email-lorenzo.pieralisi@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1366824502-19729-15-git-send-email-lorenzo.pieralisi-5wv7dgnIgG8@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: Lorenzo Pieralisi Cc: Nicolas Pitre , Jon Medhurst , Andrew Lunn , Will Deacon , Viresh Kumar , Lennert Buytenhek , Kukjin Kim , Russell King , Magnus Damm , Catalin Marinas , Grant Likely , David Brown , Sekhar Nori , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, Rob Herring , Barry Song , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Vinayak Kale , Amit Kucheria List-Id: devicetree@vger.kernel.org On Wed, Apr 24, 2013 at 06:28:19PM +0100, Lorenzo Pieralisi wrote: > This patch updates the in-kernel dts files according to the latest cpus > and cpu bindings updates for ARM. > > Signed-off-by: Lorenzo Pieralisi Acked-by: Simon Horman > --- > arch/arm/boot/dts/sh7372.dtsi | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm/boot/dts/sh7372.dtsi b/arch/arm/boot/dts/sh7372.dtsi > index 677fc60..7bf020e 100644 > --- a/arch/arm/boot/dts/sh7372.dtsi > +++ b/arch/arm/boot/dts/sh7372.dtsi > @@ -14,8 +14,13 @@ > compatible = "renesas,sh7372"; > > cpus { > + #address-cells = <1>; > + #size-cells = <0>; > + > cpu@0 { > compatible = "arm,cortex-a8"; > + device_type = "cpu"; > + reg = <0x0>; > }; > }; > }; > -- > 1.7.12 > >