From mboxrd@z Thu Jan 1 00:00:00 1970 From: Srinivas KANDAGATLA Subject: Re: [RFC 7/8] ARM:stih41x: Add B2000 board support Date: Wed, 08 May 2013 18:04:41 +0100 Message-ID: <518A85A9.104@st.com> 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> Reply-To: srinivas.kandagatla@st.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <201305081820.23968.arnd@arndb.de> Sender: linux-serial-owner@vger.kernel.org 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.orgl List-Id: devicetree@vger.kernel.org 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 >