From: maxime.coquelin@st.com (Maxime Coquelin)
To: linux-arm-kernel@lists.infradead.org
Subject: [STLinux Kernel] [PATCH] ARM: STi: DT: STih407: Re-order #include <*.dtsi> files
Date: Fri, 15 May 2015 11:49:47 +0200 [thread overview]
Message-ID: <5555C13B.1090705@st.com> (raw)
In-Reply-To: <1431353569-13291-1-git-send-email-lee.jones@linaro.org>
HI Lee,
On 05/11/2015 04:12 PM, Lee Jones wrote:
> This patch fixes a regression where serial is enabled by the first
> (board) DTSI, then disabled by the second (SoC) file. To enable
> serial and keep it enabled, we need to include the file which enables
> it last.
>
> Reported-by: LAVA [via Peter Griffin <peter.griffin@linaro.org>]
> Signed-off-by: Lee Jones <lee.jones@linaro.org>
> ---
> arch/arm/boot/dts/stih407-b2120.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/stih407-b2120.dts b/arch/arm/boot/dts/stih407-b2120.dts
> index af48714..6d93475 100644
> --- a/arch/arm/boot/dts/stih407-b2120.dts
> +++ b/arch/arm/boot/dts/stih407-b2120.dts
> @@ -7,8 +7,8 @@
> * published by the Free Software Foundation.
> */
> /dts-v1/;
> -#include "stihxxx-b2120.dtsi"
> #include "stih407.dtsi"
> +#include "stihxxx-b2120.dtsi"
> / {
> model = "STiH407 B2120";
> compatible = "st,stih407-b2120", "st,stih407";
Applied to STi DT branch for v4.2.
Thanks!
Maxime
WARNING: multiple messages have this Message-ID (diff)
From: Maxime Coquelin <maxime.coquelin@st.com>
To: Lee Jones <lee.jones@linaro.org>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Cc: devicetree@vger.kernel.org, kernel@stlinux.com
Subject: Re: [STLinux Kernel] [PATCH] ARM: STi: DT: STih407: Re-order #include <*.dtsi> files
Date: Fri, 15 May 2015 11:49:47 +0200 [thread overview]
Message-ID: <5555C13B.1090705@st.com> (raw)
In-Reply-To: <1431353569-13291-1-git-send-email-lee.jones@linaro.org>
HI Lee,
On 05/11/2015 04:12 PM, Lee Jones wrote:
> This patch fixes a regression where serial is enabled by the first
> (board) DTSI, then disabled by the second (SoC) file. To enable
> serial and keep it enabled, we need to include the file which enables
> it last.
>
> Reported-by: LAVA [via Peter Griffin <peter.griffin@linaro.org>]
> Signed-off-by: Lee Jones <lee.jones@linaro.org>
> ---
> arch/arm/boot/dts/stih407-b2120.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/stih407-b2120.dts b/arch/arm/boot/dts/stih407-b2120.dts
> index af48714..6d93475 100644
> --- a/arch/arm/boot/dts/stih407-b2120.dts
> +++ b/arch/arm/boot/dts/stih407-b2120.dts
> @@ -7,8 +7,8 @@
> * published by the Free Software Foundation.
> */
> /dts-v1/;
> -#include "stihxxx-b2120.dtsi"
> #include "stih407.dtsi"
> +#include "stihxxx-b2120.dtsi"
> / {
> model = "STiH407 B2120";
> compatible = "st,stih407-b2120", "st,stih407";
Applied to STi DT branch for v4.2.
Thanks!
Maxime
WARNING: multiple messages have this Message-ID (diff)
From: Maxime Coquelin <maxime.coquelin@st.com>
To: Lee Jones <lee.jones@linaro.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>
Cc: <devicetree@vger.kernel.org>, <kernel@stlinux.com>
Subject: Re: [STLinux Kernel] [PATCH] ARM: STi: DT: STih407: Re-order #include <*.dtsi> files
Date: Fri, 15 May 2015 11:49:47 +0200 [thread overview]
Message-ID: <5555C13B.1090705@st.com> (raw)
In-Reply-To: <1431353569-13291-1-git-send-email-lee.jones@linaro.org>
HI Lee,
On 05/11/2015 04:12 PM, Lee Jones wrote:
> This patch fixes a regression where serial is enabled by the first
> (board) DTSI, then disabled by the second (SoC) file. To enable
> serial and keep it enabled, we need to include the file which enables
> it last.
>
> Reported-by: LAVA [via Peter Griffin <peter.griffin@linaro.org>]
> Signed-off-by: Lee Jones <lee.jones@linaro.org>
> ---
> arch/arm/boot/dts/stih407-b2120.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/stih407-b2120.dts b/arch/arm/boot/dts/stih407-b2120.dts
> index af48714..6d93475 100644
> --- a/arch/arm/boot/dts/stih407-b2120.dts
> +++ b/arch/arm/boot/dts/stih407-b2120.dts
> @@ -7,8 +7,8 @@
> * published by the Free Software Foundation.
> */
> /dts-v1/;
> -#include "stihxxx-b2120.dtsi"
> #include "stih407.dtsi"
> +#include "stihxxx-b2120.dtsi"
> / {
> model = "STiH407 B2120";
> compatible = "st,stih407-b2120", "st,stih407";
Applied to STi DT branch for v4.2.
Thanks!
Maxime
next prev parent reply other threads:[~2015-05-15 9:49 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-11 14:12 [PATCH] ARM: STi: DT: STih407: Re-order #include <*.dtsi> files Lee Jones
2015-05-11 14:12 ` Lee Jones
2015-05-11 14:23 ` [STLinux Kernel] " Peter Griffin
2015-05-11 14:23 ` Peter Griffin
2015-05-11 14:23 ` Peter Griffin
2015-05-15 9:49 ` Maxime Coquelin [this message]
2015-05-15 9:49 ` Maxime Coquelin
2015-05-15 9:49 ` Maxime Coquelin
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=5555C13B.1090705@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.