From: maxime.ripard@free-electrons.com (Maxime Ripard)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv3 2/8] ARM: mxs: dt: Add Crystalfontz CFA-10056 device tree
Date: Sat, 29 Jun 2013 09:13:33 +0200 [thread overview]
Message-ID: <20130629071333.GH2593@lukather> (raw)
In-Reply-To: <1372424577-8279-3-git-send-email-alexandre.belloni@free-electrons.com>
On Fri, Jun 28, 2013 at 03:02:51PM +0200, Alexandre Belloni wrote:
> From: Brian Lilly <brian@crystalfontz.com>
>
> The CFA-10056 is a breakout board for the CFA-10036, and is
> basically a CFA-10037, with a 4.3" screen.
>
> Signed-off-by: Brian Lilly <brian@crystalfontz.com>
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> ---
> arch/arm/boot/dts/Makefile | 1 +
> arch/arm/boot/dts/imx28-cfa10056.dts | 120 +++++++++++++++++++++++++++++++++++
> 2 files changed, 121 insertions(+)
> create mode 100644 arch/arm/boot/dts/imx28-cfa10056.dts
>
> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
> index 641b3c9..da75139 100644
> --- a/arch/arm/boot/dts/Makefile
> +++ b/arch/arm/boot/dts/Makefile
> @@ -143,6 +143,7 @@ dtb-$(CONFIG_ARCH_MXS) += imx23-evk.dtb \
> imx28-cfa10037.dtb \
> imx28-cfa10049.dtb \
> imx28-cfa10055.dtb \
> + imx28-cfa10056.dtb \
> imx28-cfa10057.dtb \
> imx28-evk.dtb \
> imx28-m28evk.dtb \
> diff --git a/arch/arm/boot/dts/imx28-cfa10056.dts b/arch/arm/boot/dts/imx28-cfa10056.dts
> new file mode 100644
> index 0000000..0f66c40
> --- /dev/null
> +++ b/arch/arm/boot/dts/imx28-cfa10056.dts
> @@ -0,0 +1,120 @@
> +/*
> + * Copyright 2013 Free Electrons
> + *
> + * 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
> + */
> +
> +/*
> + * The CFA-10056 is an expansion board for the CFA-10036 module, thus we
> + * need to include the CFA-10036 DTS.
> + */
> +/include/ "imx28-cfa10037.dts"
The comment is wrong here. You say that you need to include the 10036
DTS, while you actually include the 10037 one.
> +
> +/ {
> + model = "Crystalfontz CFA-10056 Board";
> + compatible = "crystalfontz,cfa10056", "crystalfontz,cfa10036", "fsl,imx28";
Adding the cfa10037 compatible here would probably make sense as well.
Thanks!
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20130629/e3cfd433/attachment.sig>
WARNING: multiple messages have this Message-ID (diff)
From: Maxime Ripard <maxime.ripard@free-electrons.com>
To: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Cc: Shawn Guo <shawn.guo@linaro.org>,
Russell King <linux@arm.linux.org.uk>,
jimwall@q.com, brian@crystalfontz.com,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCHv3 2/8] ARM: mxs: dt: Add Crystalfontz CFA-10056 device tree
Date: Sat, 29 Jun 2013 09:13:33 +0200 [thread overview]
Message-ID: <20130629071333.GH2593@lukather> (raw)
In-Reply-To: <1372424577-8279-3-git-send-email-alexandre.belloni@free-electrons.com>
[-- Attachment #1: Type: text/plain, Size: 2257 bytes --]
On Fri, Jun 28, 2013 at 03:02:51PM +0200, Alexandre Belloni wrote:
> From: Brian Lilly <brian@crystalfontz.com>
>
> The CFA-10056 is a breakout board for the CFA-10036, and is
> basically a CFA-10037, with a 4.3" screen.
>
> Signed-off-by: Brian Lilly <brian@crystalfontz.com>
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> ---
> arch/arm/boot/dts/Makefile | 1 +
> arch/arm/boot/dts/imx28-cfa10056.dts | 120 +++++++++++++++++++++++++++++++++++
> 2 files changed, 121 insertions(+)
> create mode 100644 arch/arm/boot/dts/imx28-cfa10056.dts
>
> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
> index 641b3c9..da75139 100644
> --- a/arch/arm/boot/dts/Makefile
> +++ b/arch/arm/boot/dts/Makefile
> @@ -143,6 +143,7 @@ dtb-$(CONFIG_ARCH_MXS) += imx23-evk.dtb \
> imx28-cfa10037.dtb \
> imx28-cfa10049.dtb \
> imx28-cfa10055.dtb \
> + imx28-cfa10056.dtb \
> imx28-cfa10057.dtb \
> imx28-evk.dtb \
> imx28-m28evk.dtb \
> diff --git a/arch/arm/boot/dts/imx28-cfa10056.dts b/arch/arm/boot/dts/imx28-cfa10056.dts
> new file mode 100644
> index 0000000..0f66c40
> --- /dev/null
> +++ b/arch/arm/boot/dts/imx28-cfa10056.dts
> @@ -0,0 +1,120 @@
> +/*
> + * Copyright 2013 Free Electrons
> + *
> + * 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
> + */
> +
> +/*
> + * The CFA-10056 is an expansion board for the CFA-10036 module, thus we
> + * need to include the CFA-10036 DTS.
> + */
> +/include/ "imx28-cfa10037.dts"
The comment is wrong here. You say that you need to include the 10036
DTS, while you actually include the 10037 one.
> +
> +/ {
> + model = "Crystalfontz CFA-10056 Board";
> + compatible = "crystalfontz,cfa10056", "crystalfontz,cfa10036", "fsl,imx28";
Adding the cfa10037 compatible here would probably make sense as well.
Thanks!
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
next prev parent reply other threads:[~2013-06-29 7:13 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-28 13:02 [PATCHv3 0/8] ARM: mxs: Various Crystalfontz DT additions Alexandre Belloni
2013-06-28 13:02 ` Alexandre Belloni
2013-06-28 13:02 ` [PATCHv3 1/8] ARM: mxs: Simplify detection of CrystalFontz boards Alexandre Belloni
2013-06-28 13:02 ` Alexandre Belloni
2013-06-28 13:02 ` [PATCHv3 2/8] ARM: mxs: dt: Add Crystalfontz CFA-10056 device tree Alexandre Belloni
2013-06-28 13:02 ` Alexandre Belloni
2013-06-29 7:13 ` Maxime Ripard [this message]
2013-06-29 7:13 ` Maxime Ripard
2013-06-28 13:02 ` [PATCHv3 3/8] ARM: mxs: dt: Add Crystalfontz CFA-10058 " Alexandre Belloni
2013-06-28 13:02 ` Alexandre Belloni
2013-06-29 6:59 ` Maxime Ripard
2013-06-29 6:59 ` Maxime Ripard
2013-06-28 13:02 ` [PATCHv3 4/8] ARM: mxs: dt: cfa10036: make hogpins grabbed by respective drivers Alexandre Belloni
2013-06-28 13:02 ` Alexandre Belloni
2013-06-29 7:00 ` Maxime Ripard
2013-06-29 7:00 ` Maxime Ripard
2013-06-28 13:02 ` [PATCHv3 5/8] ARM: mxs: dt: cfa10037: " Alexandre Belloni
2013-06-28 13:02 ` Alexandre Belloni
2013-06-29 7:05 ` Maxime Ripard
2013-06-29 7:05 ` Maxime Ripard
2013-06-30 16:11 ` Alexandre Belloni
2013-06-30 16:11 ` Alexandre Belloni
2013-07-01 9:06 ` Shawn Guo
2013-07-01 9:06 ` Shawn Guo
2013-07-01 11:00 ` Alexandre Belloni
2013-07-01 11:00 ` Alexandre Belloni
2013-06-28 13:02 ` [PATCHv3 6/8] ARM: mxs: dt: cfa10049: " Alexandre Belloni
2013-06-28 13:02 ` Alexandre Belloni
2013-06-29 7:06 ` Maxime Ripard
2013-06-29 7:06 ` Maxime Ripard
2013-06-28 13:02 ` [PATCHv3 7/8] ARM: mxs: dt: cfa10055: " Alexandre Belloni
2013-06-28 13:02 ` Alexandre Belloni
2013-06-29 7:08 ` Maxime Ripard
2013-06-29 7:08 ` Maxime Ripard
2013-06-28 13:02 ` [PATCHv3 8/8] ARM: mxs: dt: cfa10057: remove hogpins Alexandre Belloni
2013-06-28 13:02 ` Alexandre Belloni
2013-06-29 7:11 ` Maxime Ripard
2013-06-29 7:11 ` Maxime Ripard
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=20130629071333.GH2593@lukather \
--to=maxime.ripard@free-electrons.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.