From: linux@prisktech.co.nz (Tony Prisk)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: Gateworks GW5520 support (i.MX6)
Date: Sat, 09 Aug 2014 21:20:08 +1200 [thread overview]
Message-ID: <53E5E7C8.7020803@prisktech.co.nz> (raw)
In-Reply-To: <1407572602-14017-1-git-send-email-tharvey@gateworks.com>
On 09/08/14 20:23, Tim Harvey wrote:
> Add support for the Gateworks GW5520 board.
>
> Signed-off-by: Tim Harvey <tharvey@gateworks.com>
> ---
> arch/arm/boot/dts/Makefile | 2 +
> arch/arm/boot/dts/imx6dl-gw552x.dts | 20 +++
> arch/arm/boot/dts/imx6q-gw552x.dts | 24 +++
> arch/arm/boot/dts/imx6qdl-gw552x.dtsi | 282 ++++++++++++++++++++++++++++++++++
> 4 files changed, 328 insertions(+)
> create mode 100644 arch/arm/boot/dts/imx6dl-gw552x.dts
> create mode 100644 arch/arm/boot/dts/imx6q-gw552x.dts
> create mode 100644 arch/arm/boot/dts/imx6qdl-gw552x.dtsi
...
> diff --git a/arch/arm/boot/dts/imx6dl-gw552x.dts b/arch/arm/boot/dts/imx6dl-gw552x.dts
> new file mode 100644
> index 0000000..a4b700c
> --- /dev/null
> +++ b/arch/arm/boot/dts/imx6dl-gw552x.dts
> @@ -0,0 +1,20 @@
> +/*
> + * Copyright 2014 Gateworks Corporation
> + *
> + * The code contained herein is licensed under the GNU General Public
> + * License. You may obtain a copy of the GNU General Public License
> + * Version 2 or later at the following locations:
> + *
> + * http://www.opensource.org/licenses/gpl-license.html
> + * http://www.gnu.org/copyleft/gpl.html
> + */
> +
> +/dts-v1/;
> +
> +#include "imx6dl.dtsi"
> +#include "imx6qdl-gw552x.dtsi"
> +
> +/ {
> + model = "Gateworks Ventana i.MX6 DualLite/Solo GW552X";
> + compatible = "gw,imx6dl-gw552x", "gw,ventana", "fsl,imx6dl";
> +};
I don't see 'gw' in the device tree vendor prefixes, so it should to be
added to Documentation/devicetree/bindings/vendor-prefixes.txt as well.
Regards
Tony Prisk
WARNING: multiple messages have this Message-ID (diff)
From: Tony Prisk <linux@prisktech.co.nz>
To: Tim Harvey <tharvey@gateworks.com>, Shawn Guo <shawn.guo@freescale.com>
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] ARM: dts: Gateworks GW5520 support (i.MX6)
Date: Sat, 09 Aug 2014 21:20:08 +1200 [thread overview]
Message-ID: <53E5E7C8.7020803@prisktech.co.nz> (raw)
In-Reply-To: <1407572602-14017-1-git-send-email-tharvey@gateworks.com>
On 09/08/14 20:23, Tim Harvey wrote:
> Add support for the Gateworks GW5520 board.
>
> Signed-off-by: Tim Harvey <tharvey@gateworks.com>
> ---
> arch/arm/boot/dts/Makefile | 2 +
> arch/arm/boot/dts/imx6dl-gw552x.dts | 20 +++
> arch/arm/boot/dts/imx6q-gw552x.dts | 24 +++
> arch/arm/boot/dts/imx6qdl-gw552x.dtsi | 282 ++++++++++++++++++++++++++++++++++
> 4 files changed, 328 insertions(+)
> create mode 100644 arch/arm/boot/dts/imx6dl-gw552x.dts
> create mode 100644 arch/arm/boot/dts/imx6q-gw552x.dts
> create mode 100644 arch/arm/boot/dts/imx6qdl-gw552x.dtsi
...
> diff --git a/arch/arm/boot/dts/imx6dl-gw552x.dts b/arch/arm/boot/dts/imx6dl-gw552x.dts
> new file mode 100644
> index 0000000..a4b700c
> --- /dev/null
> +++ b/arch/arm/boot/dts/imx6dl-gw552x.dts
> @@ -0,0 +1,20 @@
> +/*
> + * Copyright 2014 Gateworks Corporation
> + *
> + * The code contained herein is licensed under the GNU General Public
> + * License. You may obtain a copy of the GNU General Public License
> + * Version 2 or later at the following locations:
> + *
> + * http://www.opensource.org/licenses/gpl-license.html
> + * http://www.gnu.org/copyleft/gpl.html
> + */
> +
> +/dts-v1/;
> +
> +#include "imx6dl.dtsi"
> +#include "imx6qdl-gw552x.dtsi"
> +
> +/ {
> + model = "Gateworks Ventana i.MX6 DualLite/Solo GW552X";
> + compatible = "gw,imx6dl-gw552x", "gw,ventana", "fsl,imx6dl";
> +};
I don't see 'gw' in the device tree vendor prefixes, so it should to be
added to Documentation/devicetree/bindings/vendor-prefixes.txt as well.
Regards
Tony Prisk
next prev parent reply other threads:[~2014-08-09 9:20 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-09 8:23 [PATCH] ARM: dts: Gateworks GW5520 support (i.MX6) Tim Harvey
2014-08-09 8:23 ` Tim Harvey
2014-08-09 9:20 ` Tony Prisk [this message]
2014-08-09 9:20 ` Tony Prisk
2014-08-09 11:44 ` Javier Martinez Canillas
2014-08-09 11:44 ` Javier Martinez Canillas
2014-08-10 8:01 ` Tim Harvey
2014-08-10 8:01 ` Tim Harvey
2014-08-18 6:35 ` Shawn Guo
2014-08-18 6:35 ` Shawn Guo
2014-08-19 15:17 ` Tim Harvey
2014-08-19 15:17 ` Tim Harvey
2014-08-22 7:43 ` Shawn Guo
2014-08-22 7:43 ` Shawn Guo
2014-08-22 3:55 ` [PATCH v2] " Tim Harvey
2014-08-22 3:55 ` Tim Harvey
2014-08-22 7:46 ` Shawn Guo
2014-08-22 7:46 ` Shawn Guo
2014-08-22 21:52 ` [PATCH v3] " Tim Harvey
2014-08-22 21:52 ` Tim Harvey
2014-08-25 2:02 ` Shawn Guo
2014-08-25 2:02 ` Shawn Guo
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=53E5E7C8.7020803@prisktech.co.nz \
--to=linux@prisktech.co.nz \
--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.