From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759003Ab2JKSIh (ORCPT ); Thu, 11 Oct 2012 14:08:37 -0400 Received: from 5.mo4.mail-out.ovh.net ([188.165.44.50]:33446 "EHLO mo4.mail-out.ovh.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754920Ab2JKSIe (ORCPT ); Thu, 11 Oct 2012 14:08:34 -0400 Date: Thu, 11 Oct 2012 20:06:12 +0200 From: Jean-Christophe PLAGNIOL-VILLARD To: Lee Jones Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linus.walleij@stericsson.com, arnd@arndb.de X-Ovh-Mailout: 178.32.228.4 (mo4.mail-out.ovh.net) Subject: Re: [PATCH 4/6] ARM: ux500: Add UART support to the u9540 Device Tree Message-ID: <20121011180612.GY12801@game.jcrosoft.org> References: <1349882335-6786-1-git-send-email-lee.jones@linaro.org> <1349882335-6786-5-git-send-email-lee.jones@linaro.org> <20121010190325.GT12801@game.jcrosoft.org> <20121011072927.GR9707@gmail.com> <20121011085002.GV12801@game.jcrosoft.org> <20121011092222.GW9707@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121011092222.GW9707@gmail.com> X-PGP-Key: http://uboot.jcrosoft.org/plagnioj.asc X-PGP-key-fingerprint: 6309 2BBA 16C8 3A07 1772 CC24 DEFC FFA3 279C CE7C User-Agent: Mutt/1.5.20 (2009-06-14) X-Ovh-Tracer-Id: 802485160348920831 X-Ovh-Remote: 213.251.161.87 (ns32433.ovh.net) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-OVH-SPAMSTATE: OK X-OVH-SPAMSCORE: -100 X-OVH-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeehuddrvdduucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfhrhhomheplfgvrghnqdevhhhrihhsthhophhhvgcurffntefipffkqffnqdggkffnnfettfffuceophhlrghgnhhiohhjsehjtghrohhsohhfthdrtghomheqnecujfgurhepfffhvffukfhfgggtuggjfgesthdttfdttdervd X-Spam-Check: DONE|U 0.5/N X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeehuddrvdduucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfhrhhomheplfgvrghnqdevhhhrihhsthhophhhvgcurffntefipffkqffnqdggkffnnfettfffuceophhlrghgnhhiohhjsehjtghrohhsohhfthdrtghomheqnecujfgurhepfffhvffukfhfgggtuggjfgesthdttfdttdervd Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10:22 Thu 11 Oct , Lee Jones wrote: > On Thu, 11 Oct 2012, Jean-Christophe PLAGNIOL-VILLARD wrote: > > > On 08:29 Thu 11 Oct , Lee Jones wrote: > > > On Wed, 10 Oct 2012, Jean-Christophe PLAGNIOL-VILLARD wrote: > > > > > > > On 16:18 Wed 10 Oct , Lee Jones wrote: > > > > > Add the 3 UART nodes required to enable serial ports on the u9540. > > > > > > > > > > Acked-by: Linus Walleij > > > > > Signed-off-by: Lee Jones > > > > > --- > > > > > arch/arm/boot/dts/u9540.dts | 13 ++++++++++++- > > > > dts? it's dtsi > > > > > > No it's not. > > so the name of the file is wrong s u9540 is a SoC name > > The board could actually be called either ccu9540, or just > u9540. I picked one and went with it. The full name is the > u9540 development board. so use ccu9540 as u9540 is the soc name so if we use u9540 as compatible we expect to mach the soc and not a board Best Regards, J.