From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Prisk Subject: Re: [RFC PATCH v2 12/13] ARM: mach-vt8500: cpus/cpu nodes dts updates Date: Tue, 23 Apr 2013 14:13:18 +1200 Message-ID: <5175EE3E.7080809@prisktech.co.nz> References: <1366644455-16550-1-git-send-email-lorenzo.pieralisi@arm.com> <1366644455-16550-13-git-send-email-lorenzo.pieralisi@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1366644455-16550-13-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 , Kukjin Kim , Russell King , Andrew Lunn , Viresh Kumar , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, Barry Song , Sekhar Nori , Rob Herring , Simon Horman , Amit Kucheria , Catalin Marinas , David Brown , Vinayak Kale , Lennert Buytenhek , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Magnus Damm List-Id: devicetree@vger.kernel.org On 23/04/13 03:27, 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 > --- > arch/arm/boot/dts/wm8505.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/wm8505.dtsi b/arch/arm/boot/dts/wm8505.dtsi > index e74a1c0..a470808 100644 > --- a/arch/arm/boot/dts/wm8505.dtsi > +++ b/arch/arm/boot/dts/wm8505.dtsi > @@ -13,7 +13,7 @@ > > cpus { > cpu@0 { > - compatible = "arm,arm926ejs"; > + compatible = "arm,arm926"; > }; > }; > As the only author for that file, and the arch-vt8500 maintainer, a CC would have been nice :) This binding is still incomplete.device_type, compatible and reg are all required properties. Also, you seem to have only fixed the wm8505.dtsi, while vt8500.dtsi, wm8650.dtsi and wm8850.dtsi are all left incorrect. I am already carrying a patch to fix all this properly so could you drop the arch-vt8500 related patch and I will send in a more complete version for 3.11 Regards Tony Prisk