From: "Neil Armstrong" <narmstrong@baylibre.com>
To: Mohammad Rasim <mohammad.rasim96@gmail.com>,
u-boot@lists.denx.de, u-boot-amlogic@groups.io,
jbrunet@baylibre.com
Subject: Re: [PATCH v4 3/5] Arm: dts: meson: add u-boot.dtsi for p200 and p201
Date: Sat, 23 Mar 2019 11:04:21 +0100 [thread overview]
Message-ID: <5C9604A5.4090205@baylibre.com> (raw)
In-Reply-To: <20190315151946.23105-2-mohammad.rasim96@gmail.com>
Le 15/03/2019 16:19, Mohammad Rasim a écrit :
> This adds *-u-boot.dtsi files for p200 and p201 boards
> These are just copies of arch/arm/dts/meson-gxbb-odroidc2-u-boot.dtsi
>
> Signed-off-by: Mohammad Rasim <mohammad.rasim96@gmail.com>
> ---
> arch/arm/dts/meson-gxbb-p200-u-boot.dtsi | 7 +++++++
> arch/arm/dts/meson-gxbb-p201-u-boot.dtsi | 7 +++++++
> 2 files changed, 14 insertions(+)
> create mode 100644 arch/arm/dts/meson-gxbb-p200-u-boot.dtsi
> create mode 100644 arch/arm/dts/meson-gxbb-p201-u-boot.dtsi
>
> diff --git a/arch/arm/dts/meson-gxbb-p200-u-boot.dtsi b/arch/arm/dts/meson-gxbb-p200-u-boot.dtsi
> new file mode 100644
> index 000000000000..c35158d7e9ee
> --- /dev/null
> +++ b/arch/arm/dts/meson-gxbb-p200-u-boot.dtsi
> @@ -0,0 +1,7 @@
> +// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
> +/*
> + * Copyright (c) 2019 BayLibre, SAS.
> + * Author: Neil Armstrong <narmstrong@baylibre.com>
> + */
> +
> +#include "meson-gx-u-boot.dtsi"
> diff --git a/arch/arm/dts/meson-gxbb-p201-u-boot.dtsi b/arch/arm/dts/meson-gxbb-p201-u-boot.dtsi
> new file mode 100644
> index 000000000000..c35158d7e9ee
> --- /dev/null
> +++ b/arch/arm/dts/meson-gxbb-p201-u-boot.dtsi
> @@ -0,0 +1,7 @@
> +// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
> +/*
> + * Copyright (c) 2019 BayLibre, SAS.
> + * Author: Neil Armstrong <narmstrong@baylibre.com>
> + */
> +
> +#include "meson-gx-u-boot.dtsi"
> --
> 2.21.0
>
Acked-by: Neil Armstrong <narmstrong@baylibre.com>
Can you fix the subject with the same casing (Arm => ARM) ?
Neil
WARNING: multiple messages have this Message-ID (diff)
From: Neil Armstrong <narmstrong@baylibre.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 3/5] Arm: dts: meson: add u-boot.dtsi for p200 and p201
Date: Sat, 23 Mar 2019 11:04:21 +0100 [thread overview]
Message-ID: <5C9604A5.4090205@baylibre.com> (raw)
In-Reply-To: <20190315151946.23105-2-mohammad.rasim96@gmail.com>
Le 15/03/2019 16:19, Mohammad Rasim a écrit :
> This adds *-u-boot.dtsi files for p200 and p201 boards
> These are just copies of arch/arm/dts/meson-gxbb-odroidc2-u-boot.dtsi
>
> Signed-off-by: Mohammad Rasim <mohammad.rasim96@gmail.com>
> ---
> arch/arm/dts/meson-gxbb-p200-u-boot.dtsi | 7 +++++++
> arch/arm/dts/meson-gxbb-p201-u-boot.dtsi | 7 +++++++
> 2 files changed, 14 insertions(+)
> create mode 100644 arch/arm/dts/meson-gxbb-p200-u-boot.dtsi
> create mode 100644 arch/arm/dts/meson-gxbb-p201-u-boot.dtsi
>
> diff --git a/arch/arm/dts/meson-gxbb-p200-u-boot.dtsi b/arch/arm/dts/meson-gxbb-p200-u-boot.dtsi
> new file mode 100644
> index 000000000000..c35158d7e9ee
> --- /dev/null
> +++ b/arch/arm/dts/meson-gxbb-p200-u-boot.dtsi
> @@ -0,0 +1,7 @@
> +// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
> +/*
> + * Copyright (c) 2019 BayLibre, SAS.
> + * Author: Neil Armstrong <narmstrong@baylibre.com>
> + */
> +
> +#include "meson-gx-u-boot.dtsi"
> diff --git a/arch/arm/dts/meson-gxbb-p201-u-boot.dtsi b/arch/arm/dts/meson-gxbb-p201-u-boot.dtsi
> new file mode 100644
> index 000000000000..c35158d7e9ee
> --- /dev/null
> +++ b/arch/arm/dts/meson-gxbb-p201-u-boot.dtsi
> @@ -0,0 +1,7 @@
> +// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
> +/*
> + * Copyright (c) 2019 BayLibre, SAS.
> + * Author: Neil Armstrong <narmstrong@baylibre.com>
> + */
> +
> +#include "meson-gx-u-boot.dtsi"
> --
> 2.21.0
>
Acked-by: Neil Armstrong <narmstrong@baylibre.com>
Can you fix the subject with the same casing (Arm => ARM) ?
Neil
next prev parent reply other threads:[~2019-03-23 10:04 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-15 15:19 [PATCH v4 2/5] ARM: dts: meson: add p200 and p201 boards Mohammad Rasim
2019-03-15 15:19 ` [U-Boot] " Mohammad Rasim
2019-03-15 15:19 ` [PATCH v4 3/5] Arm: dts: meson: add u-boot.dtsi for p200 and p201 Mohammad Rasim
2019-03-15 15:19 ` [U-Boot] " Mohammad Rasim
2019-03-23 10:04 ` Neil Armstrong [this message]
2019-03-23 10:04 ` Neil Armstrong
2019-03-15 15:19 ` [PATCH v4 4/5] ARM: board: meson: add p200 board Mohammad Rasim
2019-03-15 15:19 ` [U-Boot] " Mohammad Rasim
2019-03-23 10:05 ` Neil Armstrong
2019-03-23 10:05 ` [U-Boot] " Neil Armstrong
2019-03-15 15:19 ` [PATCH v4 5/5] ARM: board: meson: add p201 board Mohammad Rasim
2019-03-15 15:19 ` [U-Boot] " Mohammad Rasim
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=5C9604A5.4090205@baylibre.com \
--to=narmstrong@baylibre.com \
--cc=jbrunet@baylibre.com \
--cc=mohammad.rasim96@gmail.com \
--cc=u-boot-amlogic@groups.io \
--cc=u-boot@lists.denx.de \
/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.