From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763155Ab3DCTLC (ORCPT ); Wed, 3 Apr 2013 15:11:02 -0400 Received: from smtp.infotech.no ([82.134.31.41]:50738 "EHLO smtp.infotech.no" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762073Ab3DCTLA (ORCPT ); Wed, 3 Apr 2013 15:11:00 -0400 Message-ID: <515C7E94.6030702@interlog.com> Date: Wed, 03 Apr 2013 15:10:12 -0400 From: Douglas Gilbert Reply-To: dgilbert@interlog.com User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130308 Thunderbird/17.0.4 MIME-Version: 1.0 To: Olof Johansson CC: Nicolas Ferre , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Jean-Christophe PLAGNIOL-VILLARD , Ludovic Desroches , tanzilli@acmesystems.it, Robert.Nelson@digikey.com Subject: Re: [PATCH v2] ARM: at91: add Acme Systems Aria G25 board References: <1364201369-12047-1-git-send-email-nicolas.ferre@atmel.com> <1364297952-32473-1-git-send-email-nicolas.ferre@atmel.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 13-04-02 02:48 PM, Olof Johansson wrote: > Hi, > > I just saw this since it came in through a pull request > > On Tue, Mar 26, 2013 at 4:39 AM, Nicolas Ferre wrote: >> From: Douglas Gilbert >> >> Signed-off-by: Douglas Gilbert >> Signed-off-by: Nicolas Ferre >> --- >> arch/arm/boot/dts/ariag25.dts | 175 ++++++++++++++++++++++++++++++++++++++++++ >> 1 file changed, 175 insertions(+) >> create mode 100644 arch/arm/boot/dts/ariag25.dts >> >> diff --git a/arch/arm/boot/dts/ariag25.dts b/arch/arm/boot/dts/ariag25.dts >> new file mode 100644 >> index 0000000..b43266f >> --- /dev/null >> +++ b/arch/arm/boot/dts/ariag25.dts > > Please prefix the boards with the platform. Most other SoCs already do > this, and I see now that some at91 boards haven't been prefixed in the > past, but it's a good idea to not add more of them. > > So, at91-ariag25.dts is a good name in this case. That is fine with me. I have changed my working DT config file to at91-ariag25.dts and will push that out to Robert Nelson soon. Also I'm working on a DT version of an existing Acme product called the FoxG20 which is based on the AT91SAM9G20 SoC. It already has non-DT support inside the mainline kernel. I am using at91-foxg20.dts for its DT config file. Doug Gilbert