Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757164Ab3EHRJx (ORCPT ); Wed, 8 May 2013 13:09:53 -0400 Received: from eu1sys200aog106.obsmtp.com ([207.126.144.121]:53224 "EHLO eu1sys200aog106.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751997Ab3EHRJv (ORCPT ); Wed, 8 May 2013 13:09:51 -0400 Message-ID: <518A85A9.104@st.com> Date: Wed, 08 May 2013 18:04:41 +0100 From: Srinivas KANDAGATLA Reply-To: srinivas.kandagatla@st.com Organization: STMicroelectronics User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130308 Thunderbird/17.0.4 MIME-Version: 1.0 To: Arnd Bergmann Cc: linux@arm.linux.org.uk, olof@lixom.net, Rob Landley , Grant Likely , Rob Herring , Samuel Ortiz , Linus Walleij , Greg Kroah-Hartman , Jiri Slaby , Stuart Menefy , Shawn Guo , Jason Cooper , Stephen Warren , Maxime Ripard , Nicolas Pitre , Will Deacon , Dave Martin , Marc Zyngier , Viresh Kumar , Mark Brown , Dong Aisheng , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, linux-serial@vger.kernel.org, Stephen Gallimore Subject: Re: [RFC 7/8] ARM:stih41x: Add B2000 board support References: <1368022187-1633-1-git-send-email-srinivas.kandagatla@st.com> <1368022329-2424-1-git-send-email-srinivas.kandagatla@st.com> <201305081820.23968.arnd@arndb.de> In-Reply-To: <201305081820.23968.arnd@arndb.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1033 Lines: 27 On 08/05/13 17:20, Arnd Bergmann wrote: > On Wednesday 08 May 2013, Srinivas KANDAGATLA wrote: >> diff --git a/arch/arm/mach-stih41x/board-dt.c b/arch/arm/mach-stih41x/board-dt.c >> index 8005f71..1f23aca 100644 >> --- a/arch/arm/mach-stih41x/board-dt.c >> +++ b/arch/arm/mach-stih41x/board-dt.c >> @@ -63,6 +63,8 @@ void __init stih41x_dt_init(void) >> } >> >> static const char *stih41x_dt_match[] __initdata = { >> + "st,stih415-b2000", >> + "st,stih416-b2000", >> NULL >> }; > I probably wouldn't bother listing all the boards here. Just make sure > the .dts file lists both the name of the board and of the soc in > its compatible property, and list all the SoCs here that you can boot on. I like that approach. Will change in the next version. > > Arnd > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/