From: Dong Aisheng <aisheng.dong@freescale.com>
To: Huang Shijie <shijie8@gmail.com>
Cc: Huang Shijie <b32955@freescale.com>,
shawn.guo@linaro.org, linux-mtd@lists.infradead.org,
linux-arm-kernel@lists.infradead.org, dedekind1@gmail.com
Subject: Re: [PATCH 2/3] ARM: imx6q: add DT node for gpmi nand
Date: Fri, 29 Jun 2012 11:10:19 +0800 [thread overview]
Message-ID: <20120629031018.GC5844@shlinux2.ap.freescale.net> (raw)
In-Reply-To: <1340941925-14591-2-git-send-email-shijie8@gmail.com>
On Thu, Jun 28, 2012 at 11:52:04PM -0400, Huang Shijie wrote:
> Add the DT node for gpmi nand.
> Add the pinmux support for gpmi nand.
>
> The gpmi nand may conflicts with other modules, such as MMC.
> So we do not enable the gpmi nand for mx6q-arm2 board, just add the
> node for the board.
>
> Signed-off-by: Huang Shijie <b32955@freescale.com>
> Signed-off-by: Huang Shijie <shijie8@gmail.com>
Just one minor suggestion, see below.
Otherwise,
Acked-by: Dong Aisheng <dong.aisheng@linaro.org>
Regards
Dong Aisheng
> ---
> arch/arm/boot/dts/imx6q-arm2.dts | 6 ++++++
> arch/arm/boot/dts/imx6q.dtsi | 36 ++++++++++++++++++++++++++++++++++++
> 2 files changed, 42 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/boot/dts/imx6q-arm2.dts b/arch/arm/boot/dts/imx6q-arm2.dts
> index bdab44c..d93a2d9 100644
> --- a/arch/arm/boot/dts/imx6q-arm2.dts
> +++ b/arch/arm/boot/dts/imx6q-arm2.dts
> @@ -22,6 +22,12 @@
> };
>
> soc {
> + gpmi-nand@00112000 {
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_gpmi_nand_1>;
> + status = "disabled";
It would be better if we add some comment for gpmi pin conflict here.
Easy for understand.
> + };
> +
> aips-bus@02100000 { /* AIPS2 */
> ethernet@02188000 {
> phy-mode = "rgmii";
Regards
Dong Aisheng
WARNING: multiple messages have this Message-ID (diff)
From: aisheng.dong@freescale.com (Dong Aisheng)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/3] ARM: imx6q: add DT node for gpmi nand
Date: Fri, 29 Jun 2012 11:10:19 +0800 [thread overview]
Message-ID: <20120629031018.GC5844@shlinux2.ap.freescale.net> (raw)
In-Reply-To: <1340941925-14591-2-git-send-email-shijie8@gmail.com>
On Thu, Jun 28, 2012 at 11:52:04PM -0400, Huang Shijie wrote:
> Add the DT node for gpmi nand.
> Add the pinmux support for gpmi nand.
>
> The gpmi nand may conflicts with other modules, such as MMC.
> So we do not enable the gpmi nand for mx6q-arm2 board, just add the
> node for the board.
>
> Signed-off-by: Huang Shijie <b32955@freescale.com>
> Signed-off-by: Huang Shijie <shijie8@gmail.com>
Just one minor suggestion, see below.
Otherwise,
Acked-by: Dong Aisheng <dong.aisheng@linaro.org>
Regards
Dong Aisheng
> ---
> arch/arm/boot/dts/imx6q-arm2.dts | 6 ++++++
> arch/arm/boot/dts/imx6q.dtsi | 36 ++++++++++++++++++++++++++++++++++++
> 2 files changed, 42 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/boot/dts/imx6q-arm2.dts b/arch/arm/boot/dts/imx6q-arm2.dts
> index bdab44c..d93a2d9 100644
> --- a/arch/arm/boot/dts/imx6q-arm2.dts
> +++ b/arch/arm/boot/dts/imx6q-arm2.dts
> @@ -22,6 +22,12 @@
> };
>
> soc {
> + gpmi-nand at 00112000 {
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_gpmi_nand_1>;
> + status = "disabled";
It would be better if we add some comment for gpmi pin conflict here.
Easy for understand.
> + };
> +
> aips-bus at 02100000 { /* AIPS2 */
> ethernet at 02188000 {
> phy-mode = "rgmii";
Regards
Dong Aisheng
next prev parent reply other threads:[~2012-06-29 3:10 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-29 3:52 [PATCH 1/3] ARM: imx6q: add clocks for gpmi-nand Huang Shijie
2012-06-29 3:52 ` Huang Shijie
2012-06-29 1:50 ` Shawn Guo
2012-06-29 1:50 ` Shawn Guo
2012-06-29 2:29 ` Dong Aisheng
2012-06-29 2:29 ` Dong Aisheng
2012-06-29 2:57 ` Huang Shijie
2012-06-29 2:57 ` Huang Shijie
2012-06-29 3:03 ` Shawn Guo
2012-06-29 3:03 ` Shawn Guo
2012-06-29 3:52 ` [PATCH 2/3] ARM: imx6q: add DT node for gpmi nand Huang Shijie
2012-06-29 3:52 ` Huang Shijie
2012-06-29 3:10 ` Dong Aisheng [this message]
2012-06-29 3:10 ` Dong Aisheng
2012-06-29 3:24 ` Huang Shijie
2012-06-29 3:24 ` Huang Shijie
2012-06-29 3:52 ` [PATCH 3/3] mtd: gpmi: change the code for clocks Huang Shijie
2012-06-29 3:52 ` Huang Shijie
2012-06-29 2:06 ` Shawn Guo
2012-06-29 2:06 ` Shawn Guo
2012-06-29 2:32 ` Huang Shijie
2012-06-29 2:32 ` Huang Shijie
2012-06-29 5:52 ` Huang Shijie
2012-06-29 5:52 ` Huang Shijie
2012-06-29 6:33 ` Dong Aisheng
2012-06-29 6:33 ` Dong Aisheng
2012-06-29 9:29 ` Lothar Waßmann
2012-06-29 9:29 ` Lothar Waßmann
2012-06-29 9:34 ` Dong Aisheng
2012-06-29 9:34 ` Dong Aisheng
2012-06-29 9:44 ` Lothar Waßmann
2012-06-29 9:44 ` Lothar Waßmann
2012-06-29 9:54 ` Dong Aisheng
2012-06-29 9:54 ` Dong Aisheng
2012-06-29 11:13 ` Shawn Guo
2012-06-29 11:13 ` Shawn Guo
2012-06-29 12:14 ` Dong Aisheng
2012-06-29 12:14 ` Dong Aisheng
2012-06-29 12:41 ` Shawn Guo
2012-06-29 12:41 ` Shawn Guo
2012-06-29 12:41 ` Dong Aisheng
2012-06-29 12:41 ` Dong Aisheng
2012-06-29 12:53 ` Shawn Guo
2012-06-29 12:53 ` Shawn Guo
2012-06-29 10:02 ` Huang Shijie
2012-06-29 10:02 ` Huang Shijie
2012-06-29 11:22 ` Shawn Guo
2012-06-29 11:22 ` Shawn Guo
2012-06-30 17:52 ` Mark Brown
2012-06-30 17:52 ` Mark Brown
2012-06-29 3:35 ` Subodh Nijsure
2012-06-29 3:35 ` Subodh Nijsure
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=20120629031018.GC5844@shlinux2.ap.freescale.net \
--to=aisheng.dong@freescale.com \
--cc=b32955@freescale.com \
--cc=dedekind1@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-mtd@lists.infradead.org \
--cc=shawn.guo@linaro.org \
--cc=shijie8@gmail.com \
/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.