From: Michael Grzeschik <mgr@pengutronix.de>
To: barebox@lists.infradead.org
Subject: Re: [PATCH v2] at91sam9260_devices: add flag to change ETX{2,3} pincfg on add_device_eth
Date: Fri, 9 Dec 2011 12:36:08 +0100 [thread overview]
Message-ID: <20111209113608.GJ8203@pengutronix.de> (raw)
In-Reply-To: <20111209112842.GF8203@pengutronix.de>
Hi,
On Fri, Dec 09, 2011 at 12:28:42PM +0100, Michael Grzeschik wrote:
> diff --git a/arch/arm/mach-at91/include/mach/board.h b/arch/arm/mach-at91/include/mach/board.h
> index 546fe90..5e23688 100644
> --- a/arch/arm/mach-at91/include/mach/board.h
> +++ b/arch/arm/mach-at91/include/mach/board.h
> @@ -51,6 +51,7 @@ void at91_add_device_nand(struct atmel_nand_data *data);
> #define AT91SAM_ETHER_MII (0 << 0)
> #define AT91SAM_ETHER_RMII (1 << 0)
> #define AT91SAM_ETHER_FORCE_LINK (1 << 1)
> +#define AT91SAM_ETX2_ETX3_ALTERNATIVE (2 << 0)
>
> struct at91_ether_platform_data {
> unsigned int flags;
> --
> 1.7.7.3
This Hunk was wrong and has already been fixed with commit e72399a
-#define AT91SAM_ETX2_ETX3_ALTERNATIVE (2 << 0)
+#define AT91SAM_ETX2_ETX3_ALTERNATIVE (1 << 2)
Regards,
Michael Grzeschik
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
prev parent reply other threads:[~2011-12-09 11:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1323187817-28668-5-git-send-email-m.grzeschik@pengutronix.de>
2011-12-09 11:28 ` Michael Grzeschik
2011-12-09 11:36 ` Michael Grzeschik [this message]
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=20111209113608.GJ8203@pengutronix.de \
--to=mgr@pengutronix.de \
--cc=barebox@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox