From: Shawn Guo <shawnguo@kernel.org>
To: Bruno Thomsen <bruno.thomsen@gmail.com>
Cc: markus.niebel@tq-group.com, devicetree@vger.kernel.org,
laa@kamstrup.com, s.hauer@pengutronix.de, clemens.ml@gmx.net,
bth@kamstrup.com, ksc@kamstrup.com, robh+dt@kernel.org,
linux-imx@nxp.com, kernel@pengutronix.de, festevam@gmail.com,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 3/5] ARM: dts: tq imx7 common board support
Date: Thu, 11 Apr 2019 09:24:25 +0800 [thread overview]
Message-ID: <20190411012424.GB26817@dragon> (raw)
In-Reply-To: <20190403064427.30041-4-bruno.thomsen@gmail.com>
On Wed, Apr 03, 2019 at 08:44:25AM +0200, Bruno Thomsen wrote:
> diff --git a/arch/arm/boot/dts/imx7-mba7.dtsi b/arch/arm/boot/dts/imx7-mba7.dtsi
> new file mode 100644
> index 000000000000..a880a698bdaf
> --- /dev/null
> +++ b/arch/arm/boot/dts/imx7-mba7.dtsi
> @@ -0,0 +1,563 @@
> +// SPDX-License-Identifier: GPL-2.0 OR X11
> +/*
> + * Device Tree Include file for TQ Systems MBa7 carrier board.
> + *
> + * Copyright (C) 2016 TQ Systems GmbH
> + * Author: Markus Niebel <Markus.Niebel@tq-group.com>
> + * Copyright (C) 2019 Bruno Thomsen <bruno.thomsen@gmail.com>
> + *
> + * Note: This file does not include nodes for all peripheral devices.
> + * As device driver coverage increases additional nodes can be added.
> + */
> +
> +#include <dt-bindings/input/input.h>
> +#include <dt-bindings/net/ti-dp83867.h>
> +
> +/ {
> + beeper {
> + compatible = "gpio-beeper";
> + gpios = <&pca9555 0 GPIO_ACTIVE_HIGH>;
> + };
> +
> + chosen {
> + bootargs="ttymxc5,115200";
I do not think this is really needed.
> + linux,stdout-path = &uart6;
The property is deprecated and unnecessary since we have stdout-path
just below.
I dropped these two lines when applying.
Shawn
> + stdout-path = &uart6;
> + };
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: Bruno Thomsen <bruno.thomsen@gmail.com>
Cc: markus.niebel@tq-group.com, devicetree@vger.kernel.org,
laa@kamstrup.com, s.hauer@pengutronix.de, clemens.ml@gmx.net,
bth@kamstrup.com, ksc@kamstrup.com, robh+dt@kernel.org,
linux-imx@nxp.com, kernel@pengutronix.de, festevam@gmail.com,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 3/5] ARM: dts: tq imx7 common board support
Date: Thu, 11 Apr 2019 09:24:25 +0800 [thread overview]
Message-ID: <20190411012424.GB26817@dragon> (raw)
In-Reply-To: <20190403064427.30041-4-bruno.thomsen@gmail.com>
On Wed, Apr 03, 2019 at 08:44:25AM +0200, Bruno Thomsen wrote:
> diff --git a/arch/arm/boot/dts/imx7-mba7.dtsi b/arch/arm/boot/dts/imx7-mba7.dtsi
> new file mode 100644
> index 000000000000..a880a698bdaf
> --- /dev/null
> +++ b/arch/arm/boot/dts/imx7-mba7.dtsi
> @@ -0,0 +1,563 @@
> +// SPDX-License-Identifier: GPL-2.0 OR X11
> +/*
> + * Device Tree Include file for TQ Systems MBa7 carrier board.
> + *
> + * Copyright (C) 2016 TQ Systems GmbH
> + * Author: Markus Niebel <Markus.Niebel@tq-group.com>
> + * Copyright (C) 2019 Bruno Thomsen <bruno.thomsen@gmail.com>
> + *
> + * Note: This file does not include nodes for all peripheral devices.
> + * As device driver coverage increases additional nodes can be added.
> + */
> +
> +#include <dt-bindings/input/input.h>
> +#include <dt-bindings/net/ti-dp83867.h>
> +
> +/ {
> + beeper {
> + compatible = "gpio-beeper";
> + gpios = <&pca9555 0 GPIO_ACTIVE_HIGH>;
> + };
> +
> + chosen {
> + bootargs="ttymxc5,115200";
I do not think this is really needed.
> + linux,stdout-path = &uart6;
The property is deprecated and unnecessary since we have stdout-path
just below.
I dropped these two lines when applying.
Shawn
> + stdout-path = &uart6;
> + };
next prev parent reply other threads:[~2019-04-11 1:24 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-04 16:56 [PATCH 0/6] ARM: dts: tq imx7 evaluation board Bruno Thomsen
2019-03-04 16:56 ` Bruno Thomsen
2019-03-04 16:56 ` [PATCH 1/6] dt-bindings: add vendor prefix for TQ Systems GmbH Bruno Thomsen
2019-03-04 16:56 ` Bruno Thomsen
2019-03-04 16:56 ` [PATCH 2/6] dt-bindings: fsl: add compatible for i.MX7S generic board Bruno Thomsen
2019-03-04 16:56 ` Bruno Thomsen
2019-03-09 23:53 ` Clemens Koller
2019-03-20 9:13 ` Shawn Guo
2019-03-20 9:13 ` Shawn Guo
2019-03-04 16:56 ` [PATCH 3/6] dt-bindings: tq: add compatible for i.MX7 boards Bruno Thomsen
2019-03-04 16:56 ` Bruno Thomsen
2019-03-27 21:02 ` Rob Herring
2019-03-27 21:02 ` Rob Herring
2019-03-04 16:56 ` [PATCH 4/6] ARM: dts: tq imx7 common board support Bruno Thomsen
2019-03-04 16:56 ` Bruno Thomsen
2019-03-20 11:34 ` Shawn Guo
2019-03-20 11:34 ` Shawn Guo
2019-03-04 16:56 ` [PATCH 5/6] ARM: dts: tq imx7s " Bruno Thomsen
2019-03-04 16:56 ` Bruno Thomsen
2019-03-04 16:56 ` [PATCH 6/6] ARM: dts: tq imx7d " Bruno Thomsen
2019-03-04 16:56 ` Bruno Thomsen
2019-03-20 9:12 ` [PATCH 0/6] ARM: dts: tq imx7 evaluation board Shawn Guo
2019-03-20 9:12 ` Shawn Guo
2019-04-03 6:44 ` [PATCH v2 0/5] " Bruno Thomsen
2019-04-03 6:44 ` Bruno Thomsen
2019-04-03 6:44 ` [PATCH v2 1/5] dt-bindings: add vendor prefix for TQ Systems GmbH Bruno Thomsen
2019-04-03 6:44 ` Bruno Thomsen
2019-04-06 6:06 ` Rob Herring
2019-04-06 6:06 ` Rob Herring
2019-04-03 6:44 ` [PATCH v2 2/5] dt-bindings: arm: add TQ boards Bruno Thomsen
2019-04-03 6:44 ` Bruno Thomsen
2019-04-06 6:06 ` Rob Herring
2019-04-06 6:06 ` Rob Herring
2019-04-03 6:44 ` [PATCH v2 3/5] ARM: dts: tq imx7 common board support Bruno Thomsen
2019-04-03 6:44 ` Bruno Thomsen
2019-04-11 1:24 ` Shawn Guo [this message]
2019-04-11 1:24 ` Shawn Guo
2019-04-03 6:44 ` [PATCH v2 4/5] ARM: dts: tq imx7s " Bruno Thomsen
2019-04-03 6:44 ` Bruno Thomsen
2019-04-03 6:44 ` [PATCH v2 5/5] ARM: dts: tq imx7d " Bruno Thomsen
2019-04-03 6:44 ` Bruno Thomsen
2019-04-11 1:21 ` [PATCH v2 0/5] ARM: dts: tq imx7 evaluation board Shawn Guo
2019-04-11 1:21 ` 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=20190411012424.GB26817@dragon \
--to=shawnguo@kernel.org \
--cc=bruno.thomsen@gmail.com \
--cc=bth@kamstrup.com \
--cc=clemens.ml@gmx.net \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=kernel@pengutronix.de \
--cc=ksc@kamstrup.com \
--cc=laa@kamstrup.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=markus.niebel@tq-group.com \
--cc=robh+dt@kernel.org \
--cc=s.hauer@pengutronix.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.