From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932745AbbCENnr (ORCPT ); Thu, 5 Mar 2015 08:43:47 -0500 Received: from mail-we0-f175.google.com ([74.125.82.175]:46956 "EHLO mail-we0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932614AbbCENnp (ORCPT ); Thu, 5 Mar 2015 08:43:45 -0500 Date: Thu, 5 Mar 2015 13:43:38 +0000 From: Lee Jones To: Fabrice GASNIER Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Srinivas Kandagatla , Maxime Coquelin , Patrice Chotard , Russell King , Giuseppe Cavallaro , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kernel@stlinux.com Subject: Re: [PATCH v2] ARM: STi: Add STiH410 SoC support Message-ID: <20150305134338.GE31098@x1> References: <1425560706-22907-1-git-send-email-fabrice.gasnier@st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1425560706-22907-1-git-send-email-fabrice.gasnier@st.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 05 Mar 2015, Fabrice GASNIER wrote: > This patch adds support to STiH410 SoC. > > Please note "st,stih410" is already present in device tree. > The problem is that it is missing the entry in the match table, > and so the L2 cache and other cpus than 0 don't get initialized. > > Signed-off-by: Fabrice Gasnier > Acked-by: Maxime Coquelin > --- > Documentation/devicetree/bindings/arm/sti.txt | 4 ++++ > arch/arm/mach-sti/board-dt.c | 1 + > 2 files changed, 5 insertions(+) Sorry, this is the one I was looking at oneline. Same comments apply though. Acked-by: Lee Jones > diff --git a/Documentation/devicetree/bindings/arm/sti.txt b/Documentation/devicetree/bindings/arm/sti.txt > index d70ec35..8d27f6b 100644 > --- a/Documentation/devicetree/bindings/arm/sti.txt > +++ b/Documentation/devicetree/bindings/arm/sti.txt > @@ -13,6 +13,10 @@ Boards with the ST STiH407 SoC shall have the following properties: > Required root node property: > compatible = "st,stih407"; > > +Boards with the ST STiH410 SoC shall have the following properties: > +Required root node property: > +compatible = "st,stih410"; > + > Boards with the ST STiH418 SoC shall have the following properties: > Required root node property: > compatible = "st,stih418"; > diff --git a/arch/arm/mach-sti/board-dt.c b/arch/arm/mach-sti/board-dt.c > index b067390..b373aca 100644 > --- a/arch/arm/mach-sti/board-dt.c > +++ b/arch/arm/mach-sti/board-dt.c > @@ -18,6 +18,7 @@ static const char *stih41x_dt_match[] __initdata = { > "st,stih415", > "st,stih416", > "st,stih407", > + "st,stih410", > "st,stih418", > NULL > }; -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog