public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Ben Warren <biggerbadderben@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC.
Date: Tue, 10 Mar 2009 09:18:21 -0700	[thread overview]
Message-ID: <49B692CD.9090302@gmail.com> (raw)
In-Reply-To: <49B68338.4080502@atmel.com>

Nicolas,

Nicolas Ferre wrote:
> AT91sam9g20 is an evolution of the at91sam9260 with a faster clock speed.
>
> The AT91SAM9G20-EK board is an updated revision of the AT91SAM9260-EK board.
> It is essentially the same, with a few minor differences.
>
> Here is the chip page on Atmel website:
> http://www.atmel.com/dyn/products/product_card.asp?part_id=4337
>
> Signed-off-by: Justin Waters <justin.waters@timesys.com>
> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
>   
<snip>
> diff --git a/drivers/net/macb.c b/drivers/net/macb.c
> index af0409b..6de0a04 100644
> --- a/drivers/net/macb.c
> +++ b/drivers/net/macb.c
> @@ -447,14 +447,14 @@ static int macb_init(struct eth_device *netdev, bd_t *bd)
>  	/* choose RMII or MII mode. This depends on the board */
>  #ifdef CONFIG_RMII
>  #if defined(CONFIG_AT91CAP9) || defined(CONFIG_AT91SAM9260) || \
> -    defined(CONFIG_AT91SAM9263)
> +    defined(CONFIG_AT91SAM9263) || defined(CONFIG_AT91SAM9G20)
>  	macb_writel(macb, USRIO, MACB_BIT(RMII) | MACB_BIT(CLKEN));
>  #else
>  	macb_writel(macb, USRIO, 0);
>  #endif
>  #else
>  #if defined(CONFIG_AT91CAP9) || defined(CONFIG_AT91SAM9260) || \
> -    defined(CONFIG_AT91SAM9263)
> +    defined(CONFIG_AT91SAM9263) || defined(CONFIG_AT91SAM9G20)
>  	macb_writel(macb, USRIO, MACB_BIT(CLKEN));
>  #else
>  	macb_writel(macb, USRIO, MACB_BIT(MII));
>   
Please see my previous feedback on this.

regards,
Ben

  reply	other threads:[~2009-03-10 16:18 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-10 15:11 [U-Boot] [PATCH] at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC Nicolas Ferre
2009-03-10 16:18 ` Ben Warren [this message]
2009-03-25 21:30 ` [U-Boot] [PATCH V2] " Jean-Christophe PLAGNIOL-VILLARD
  -- strict thread matches above, loose matches on Subject: below --
2009-03-09 13:52 [U-Boot] [PATCH] " Nicolas Ferre
2009-03-09 15:56 ` Wolfgang Denk
2009-03-10 15:04   ` Nicolas Ferre
2009-03-09 17:07 ` Ben Warren
2009-03-11 12:40   ` Nicolas Ferre
2009-03-13 11:55     ` Jean-Christophe PLAGNIOL-VILLARD
2009-03-20 11:17   ` Nicolas Ferre

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=49B692CD.9090302@gmail.com \
    --to=biggerbadderben@gmail.com \
    --cc=u-boot@lists.denx.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox