linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: l.stach@pengutronix.de (Lucas Stach)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 08/10] ARM: dts: imx: Update vendor info for GE Bx50v3 boards
Date: Tue, 10 Nov 2015 12:19:11 +0100	[thread overview]
Message-ID: <1447154351.3142.15.camel@pengutronix.de> (raw)
In-Reply-To: <1446747224-32514-9-git-send-email-akshay.bhat@timesys.com>

Am Donnerstag, den 05.11.2015, 13:13 -0500 schrieb Akshay Bhat:
> Update vendor and copyright info for GE Bx50v3 boards
> 
> Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>

This one and the following patches should be folded into the patches
introducing the files being patched here. They fix the original patches
and it makes no sense to merge patches with slightly wrong DTs, just to
immediately following up with patches to fix things.

Regards,
Lucas

> ---
>  arch/arm/boot/dts/imx6q-b450v3.dts | 4 ++--
>  arch/arm/boot/dts/imx6q-b650v3.dts | 4 ++--
>  arch/arm/boot/dts/imx6q-b850v3.dts | 4 ++--
>  3 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/imx6q-b450v3.dts b/arch/arm/boot/dts/imx6q-b450v3.dts
> index d63d9e1..efe9c1e 100644
> --- a/arch/arm/boot/dts/imx6q-b450v3.dts
> +++ b/arch/arm/boot/dts/imx6q-b450v3.dts
> @@ -1,6 +1,6 @@
>  /*
>   * Copyright 2015 Timesys Corporation.
> - * Copyright 2015 GE Healthcare.
> + * Copyright 2015 General Electric Company
>   *
>   * The code contained herein is licensed under the GNU General Public
>   * License. You may obtain a copy of the GNU General Public License
> @@ -16,7 +16,7 @@
>  
>  / {
>  	model = "Advantech MX6Q B450V3 QSeven Board";
> -	compatible = "adv,imx6q-b450v3", "adv,imx6q-ba16", "fsl,imx6q";
> +	compatible = "ge,imx6q-b450v3", "adv,imx6q-ba16", "fsl,imx6q";
>  
>  	chosen {
>  		stdout-path = &uart3;
> diff --git a/arch/arm/boot/dts/imx6q-b650v3.dts b/arch/arm/boot/dts/imx6q-b650v3.dts
> index 29cbdb0..d40efa9 100644
> --- a/arch/arm/boot/dts/imx6q-b650v3.dts
> +++ b/arch/arm/boot/dts/imx6q-b650v3.dts
> @@ -1,6 +1,6 @@
>  /*
>   * Copyright 2015 Timesys Corporation.
> - * Copyright 2015 GE Healthcare.
> + * Copyright 2015 General Electric Company
>   *
>   * The code contained herein is licensed under the GNU General Public
>   * License. You may obtain a copy of the GNU General Public License
> @@ -16,7 +16,7 @@
>  
>  / {
>  	model = "Advantech MX6Q B650V3 QSeven Board";
> -	compatible = "adv,imx6q-b650v3", "adv,imx6q-ba16", "fsl,imx6q";
> +	compatible = "ge,imx6q-b650v3", "adv,imx6q-ba16", "fsl,imx6q";
>  
>  	chosen {
>  		stdout-path = &uart3;
> diff --git a/arch/arm/boot/dts/imx6q-b850v3.dts b/arch/arm/boot/dts/imx6q-b850v3.dts
> index be6c0da..a77f392 100644
> --- a/arch/arm/boot/dts/imx6q-b850v3.dts
> +++ b/arch/arm/boot/dts/imx6q-b850v3.dts
> @@ -1,6 +1,6 @@
>  /*
>   * Copyright 2015 Timesys Corporation.
> - * Copyright 2015 GE Healthcare.
> + * Copyright 2015 General Electric Company
>   *
>   * The code contained herein is licensed under the GNU General Public
>   * License. You may obtain a copy of the GNU General Public License
> @@ -16,7 +16,7 @@
>  
>  / {
>  	model = "Advantech MX6Q B850V3 QSeven Board";
> -	compatible = "adv,imx6q-b850v3", "adv,imx6q-ba16", "fsl,imx6q";
> +	compatible = "ge,imx6q-b850v3", "adv,imx6q-ba16", "fsl,imx6q";
>  
>  	chosen {
>  		stdout-path = &uart3;

-- 
Pengutronix e.K.             | Lucas Stach                 |
Industrial Linux Solutions   | http://www.pengutronix.de/  |

  reply	other threads:[~2015-11-10 11:19 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-05 18:13 [PATCH v2 00/10] ARM: dts: Add Advantech board support Akshay Bhat
2015-11-05 18:13 ` [PATCH v2 01/10] of: Add vendor prefix for Advantech Corporation Akshay Bhat
2015-11-05 20:22   ` Rob Herring
2015-11-10 18:11     ` Akshay Bhat
2015-11-05 18:13 ` [PATCH v2 02/10] ARM: dts: imx: Add Advantech BA-16 Qseven module Akshay Bhat
2015-11-05 18:13 ` [PATCH v2 03/10] ARM: dts: imx: Add support for Advantech/GE Bx50v3 Akshay Bhat
2015-11-05 18:13 ` [PATCH v2 04/10] ARM: dts: imx: Add support for Advantech/GE B450v3 Akshay Bhat
2015-11-05 18:13 ` [PATCH v2 05/10] ARM: dts: imx: Add support for Advantech/GE B650v3 Akshay Bhat
2015-11-05 18:13 ` [PATCH v2 06/10] ARM: dts: imx: Add support for Advantech/GE B850v3 Akshay Bhat
2015-11-05 18:13 ` [PATCH v2 07/10] of: Add vendor prefix for General Electric Company Akshay Bhat
2015-11-05 20:23   ` Rob Herring
2015-11-10 11:16   ` Lucas Stach
2015-11-05 18:13 ` [PATCH v2 08/10] ARM: dts: imx: Update vendor info for GE Bx50v3 boards Akshay Bhat
2015-11-10 11:19   ` Lucas Stach [this message]
2015-11-10 18:10     ` Akshay Bhat
2015-11-05 18:13 ` [PATCH v2 09/10] ARM: dts: imx: Add mma8453 support Akshay Bhat
2015-11-05 18:13 ` [PATCH v2 10/10] ARM: dts: imx6q-ba16: Cleanup pinctrl and LDO Akshay Bhat

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=1447154351.3142.15.camel@pengutronix.de \
    --to=l.stach@pengutronix.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).