From: Shawn Guo <shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
To: "Lothar Waßmann" <LW-bxm8fMRDkQLDiMYJYoSAnRvVK+yQ3ZXh@public.gmane.org>
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
Ian Campbell
<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
Subject: Re: [PATCH 2/4] ARM: dts: imx6qdl: add pingroup for enet interface in RMII mode
Date: Fri, 13 Dec 2013 16:39:17 +0800 [thread overview]
Message-ID: <20131213083915.GS18380@S2101-09.ap.freescale.net> (raw)
In-Reply-To: <1386854880-21805-3-git-send-email-LW-bxm8fMRDkQLDiMYJYoSAnRvVK+yQ3ZXh@public.gmane.org>
On Thu, Dec 12, 2013 at 02:27:58PM +0100, Lothar Waßmann wrote:
> This will be used by the TX6 modules from Ka-Ro electronics.
>
> Signed-off-by: Lothar Waßmann <LW-bxm8fMRDkQLDiMYJYoSAnRvVK+yQ3ZXh@public.gmane.org>
> ---
> arch/arm/boot/dts/imx6qdl-pingrp.h | 11 +++++++++++
> 1 files changed, 11 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/boot/dts/imx6qdl-pingrp.h b/arch/arm/boot/dts/imx6qdl-pingrp.h
> index 8d71b13..4932249 100644
> --- a/arch/arm/boot/dts/imx6qdl-pingrp.h
> +++ b/arch/arm/boot/dts/imx6qdl-pingrp.h
> @@ -100,6 +100,17 @@
> MX6QDL_PAD_RGMII_RX_CTL__RGMII_RX_CTL 0x1b0b0 \
> MX6QDL_PAD_ENET_TX_EN__ENET_TX_EN 0x1b0b0
>
> +#define MX6QDL_ENET_PINGRP4 \
The '\' should just be after MX6QDL_ENET_PINGRP4 with a space in
between.
I just fixed it up and applied the first 3 patches.
Shawn
> + MX6QDL_PAD_ENET_MDC__ENET_MDC 0x1b0b0 \
> + MX6QDL_PAD_ENET_MDIO__ENET_MDIO 0x1b0b0 \
> + MX6QDL_PAD_ENET_RXD0__ENET_RX_DATA0 0x1b0b0 \
> + MX6QDL_PAD_ENET_RXD1__ENET_RX_DATA1 0x1b0b0 \
> + MX6QDL_PAD_ENET_RX_ER__ENET_RX_ER 0x1b0b0 \
> + MX6QDL_PAD_ENET_TX_EN__ENET_TX_EN 0x1b0b0 \
> + MX6QDL_PAD_ENET_TXD0__ENET_TX_DATA0 0x1b0b0 \
> + MX6QDL_PAD_ENET_TXD1__ENET_TX_DATA1 0x1b0b0 \
> + MX6QDL_PAD_ENET_CRS_DV__ENET_RX_EN 0x1b0b0
> +
> #define MX6QDL_ESAI_PINGRP1 \
> MX6QDL_PAD_ENET_RXD0__ESAI_TX_HF_CLK 0x1b030 \
> MX6QDL_PAD_ENET_CRS_DV__ESAI_TX_CLK 0x1b030 \
> --
> 1.7.2.5
>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2013-12-13 8:39 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-12 13:27 [PATCH 0/4] add support for Ka-Ro TX6 modules Lothar Waßmann
[not found] ` <1386854880-21805-1-git-send-email-LW-bxm8fMRDkQLDiMYJYoSAnRvVK+yQ3ZXh@public.gmane.org>
2013-12-12 13:27 ` [PATCH 1/4] ARM: dts: imx6qdl: add aliases for can interfaces Lothar Waßmann
2013-12-12 13:27 ` [PATCH 2/4] ARM: dts: imx6qdl: add pingroup for enet interface in RMII mode Lothar Waßmann
[not found] ` <1386854880-21805-3-git-send-email-LW-bxm8fMRDkQLDiMYJYoSAnRvVK+yQ3ZXh@public.gmane.org>
2013-12-13 8:39 ` Shawn Guo [this message]
2013-12-12 13:27 ` [PATCH 3/4] ARM: dts: imx6qdl: add new pingroup for audmux Lothar Waßmann
2013-12-12 13:28 ` [PATCH 4/4] ARM: dts: imx6qdl: add support for Ka-Ro TX6 modules Lothar Waßmann
[not found] ` <1386854880-21805-5-git-send-email-LW-bxm8fMRDkQLDiMYJYoSAnRvVK+yQ3ZXh@public.gmane.org>
2013-12-13 12:13 ` Shawn Guo
[not found] ` <20131213121308.GT18380-rvtDTF3kK1ictlrPMvKcciBecyulp+rMXqFh9Ls21Oc@public.gmane.org>
2013-12-13 12:45 ` Lothar Waßmann
-- strict thread matches above, loose matches on Subject: below --
2013-12-12 13:09 Lothar Waßmann
[not found] ` <1386853773-1319-1-git-send-email-LW-bxm8fMRDkQLDiMYJYoSAnRvVK+yQ3ZXh@public.gmane.org>
2013-12-12 13:09 ` [PATCH 2/4] ARM: dts: imx6qdl: add pingroup for enet interface in RMII mode Lothar Waßmann
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=20131213083915.GS18380@S2101-09.ap.freescale.net \
--to=shawn.guo-qsej5fyqhm4dnm+yrofe0a@public.gmane.org \
--cc=LW-bxm8fMRDkQLDiMYJYoSAnRvVK+yQ3ZXh@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
--cc=ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=pawel.moll-5wv7dgnIgG8@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox