From: maxime.coquelin@st.com (Maxime Coquelin)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: STi: Add STiH410 SoC support
Date: Thu, 5 Mar 2015 13:55:53 +0100 [thread overview]
Message-ID: <54F85259.8080807@st.com> (raw)
In-Reply-To: <1425559623-12379-1-git-send-email-fabrice.gasnier@st.com>
Hi Fabrice,
On 03/05/2015 01:47 PM, Fabrice GASNIER wrote:
> This patch adds support to STiH410 SoC.
Actually, the STiH410 support is already here in v4.0-rc1.
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.
Once fixed, you can add my:
Acked-by: Maxime Coquelin <maxime.coquelin@st.com>
Thanks,
Maxime
>
> Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
> ---
> Documentation/devicetree/bindings/arm/sti.txt | 4 ++++
> arch/arm/mach-sti/board-dt.c | 1 +
> 2 files changed, 5 insertions(+)
>
> 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
> };
WARNING: multiple messages have this Message-ID (diff)
From: Maxime Coquelin <maxime.coquelin@st.com>
To: Fabrice GASNIER <fabrice.gasnier@st.com>,
Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
Mark Rutland <mark.rutland@arm.com>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Kumar Gala <galak@codeaurora.org>,
Srinivas Kandagatla <srinivas.kandagatla@gmail.com>,
Patrice Chotard <patrice.chotard@st.com>,
Russell King <linux@arm.linux.org.uk>,
Giuseppe Cavallaro <peppe.cavallaro@st.com>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, kernel@stlinux.com
Subject: Re: [PATCH] ARM: STi: Add STiH410 SoC support
Date: Thu, 5 Mar 2015 13:55:53 +0100 [thread overview]
Message-ID: <54F85259.8080807@st.com> (raw)
In-Reply-To: <1425559623-12379-1-git-send-email-fabrice.gasnier@st.com>
Hi Fabrice,
On 03/05/2015 01:47 PM, Fabrice GASNIER wrote:
> This patch adds support to STiH410 SoC.
Actually, the STiH410 support is already here in v4.0-rc1.
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.
Once fixed, you can add my:
Acked-by: Maxime Coquelin <maxime.coquelin@st.com>
Thanks,
Maxime
>
> Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
> ---
> Documentation/devicetree/bindings/arm/sti.txt | 4 ++++
> arch/arm/mach-sti/board-dt.c | 1 +
> 2 files changed, 5 insertions(+)
>
> 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
> };
WARNING: multiple messages have this Message-ID (diff)
From: Maxime Coquelin <maxime.coquelin@st.com>
To: Fabrice GASNIER <fabrice.gasnier@st.com>,
Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
Mark Rutland <mark.rutland@arm.com>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Kumar Gala <galak@codeaurora.org>,
Srinivas Kandagatla <srinivas.kandagatla@gmail.com>,
Patrice Chotard <patrice.chotard@st.com>,
Russell King <linux@arm.linux.org.uk>,
Giuseppe Cavallaro <peppe.cavallaro@st.com>,
<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>, <kernel@stlinux.com>
Subject: Re: [PATCH] ARM: STi: Add STiH410 SoC support
Date: Thu, 5 Mar 2015 13:55:53 +0100 [thread overview]
Message-ID: <54F85259.8080807@st.com> (raw)
In-Reply-To: <1425559623-12379-1-git-send-email-fabrice.gasnier@st.com>
Hi Fabrice,
On 03/05/2015 01:47 PM, Fabrice GASNIER wrote:
> This patch adds support to STiH410 SoC.
Actually, the STiH410 support is already here in v4.0-rc1.
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.
Once fixed, you can add my:
Acked-by: Maxime Coquelin <maxime.coquelin@st.com>
Thanks,
Maxime
>
> Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
> ---
> Documentation/devicetree/bindings/arm/sti.txt | 4 ++++
> arch/arm/mach-sti/board-dt.c | 1 +
> 2 files changed, 5 insertions(+)
>
> 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
> };
next prev parent reply other threads:[~2015-03-05 12:55 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-05 12:47 [PATCH] ARM: STi: Add STiH410 SoC support Fabrice GASNIER
2015-03-05 12:47 ` Fabrice GASNIER
2015-03-05 12:55 ` Maxime Coquelin [this message]
2015-03-05 12:55 ` Maxime Coquelin
2015-03-05 12:55 ` Maxime Coquelin
2015-03-05 13:29 ` [STLinux Kernel] " Peter Griffin
2015-03-05 13:29 ` Peter Griffin
2015-03-05 13:29 ` Peter Griffin
2015-03-05 13:35 ` Fabrice Gasnier
2015-03-05 13:35 ` Fabrice Gasnier
2015-03-05 13:35 ` Fabrice Gasnier
2015-03-05 13:41 ` Lee Jones
2015-03-05 13:41 ` Lee Jones
2015-03-05 13:41 ` Lee Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54F85259.8080807@st.com \
--to=maxime.coquelin@st.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.