From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: barebox@lists.infradead.org
Subject: Re: [for master PATCH 2/2] calao: at91 qil/tny/usb auto detect the phy addr
Date: Sat, 15 Sep 2012 16:23:21 +0200 [thread overview]
Message-ID: <20120915142321.GC25990@game.jcrosoft.org> (raw)
In-Reply-To: <1344959336-18562-2-git-send-email-plagnioj@jcrosoft.com>
Hi Sacha,
after applying the phylib we need this path on calao hw
Best Regards,
J.
On 17:48 Tue 14 Aug , Jean-Christophe PLAGNIOL-VILLARD wrote:
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
> ---
> arch/arm/boards/qil-a9260/init.c | 2 +-
> arch/arm/boards/tny-a926x/init.c | 2 +-
> arch/arm/boards/usb-a926x/init.c | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/boards/qil-a9260/init.c b/arch/arm/boards/qil-a9260/init.c
> index ee204fb..92aea97 100644
> --- a/arch/arm/boards/qil-a9260/init.c
> +++ b/arch/arm/boards/qil-a9260/init.c
> @@ -80,7 +80,7 @@ static void qil_a9260_add_device_mci(void) {}
> #ifdef CONFIG_CALAO_MB_QIL_A9260
> static struct at91_ether_platform_data macb_pdata = {
> .flags = AT91SAM_ETHER_RMII,
> - .phy_addr = 0,
> + .phy_addr = -1,
> };
>
> static void qil_a9260_phy_reset(void)
> diff --git a/arch/arm/boards/tny-a926x/init.c b/arch/arm/boards/tny-a926x/init.c
> index d58132a..556e633 100644
> --- a/arch/arm/boards/tny-a926x/init.c
> +++ b/arch/arm/boards/tny-a926x/init.c
> @@ -118,7 +118,7 @@ static void tny_a9260_add_device_nand(void)
> #ifdef CONFIG_DRIVER_NET_MACB
> static struct at91_ether_platform_data macb_pdata = {
> .flags = AT91SAM_ETHER_RMII,
> - .phy_addr = 0,
> + .phy_addr = -1,
> };
>
> static void __init ek_add_device_macb(void)
> diff --git a/arch/arm/boards/usb-a926x/init.c b/arch/arm/boards/usb-a926x/init.c
> index 52444e1..7b19fa4 100644
> --- a/arch/arm/boards/usb-a926x/init.c
> +++ b/arch/arm/boards/usb-a926x/init.c
> @@ -122,7 +122,7 @@ static void usb_a9260_add_device_nand(void) {}
> #if defined(CONFIG_DRIVER_NET_MACB)
> static struct at91_ether_platform_data macb_pdata = {
> .flags = AT91SAM_ETHER_RMII,
> - .phy_addr = 0,
> + .phy_addr = -1,
> };
>
> static void usb_a9260_phy_reset(void)
> --
> 1.7.10.4
>
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2012-09-15 14:26 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-14 15:48 [for master PATCH 1/2] miidev: add phy_addr detection support Jean-Christophe PLAGNIOL-VILLARD
2012-08-14 15:48 ` [for master PATCH 2/2] calao: at91 qil/tny/usb auto detect the phy addr Jean-Christophe PLAGNIOL-VILLARD
2012-09-15 14:23 ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2012-10-02 14:25 ` Jean-Christophe PLAGNIOL-VILLARD
2012-08-14 19:58 ` [for master PATCH 1/2] miidev: add phy_addr detection support Sascha Hauer
2012-08-15 4:32 ` Jean-Christophe PLAGNIOL-VILLARD
2012-08-29 7:09 ` Sascha Hauer
2012-09-10 15:19 ` Jean-Christophe PLAGNIOL-VILLARD
2012-09-11 7:53 ` Sascha Hauer
2012-09-11 8:57 ` Jean-Christophe PLAGNIOL-VILLARD
2012-09-11 9:14 ` Sascha Hauer
2012-09-11 9:25 ` Jean-Christophe PLAGNIOL-VILLARD
2012-10-02 13:23 ` Sascha Hauer
2012-10-02 14:25 ` Jean-Christophe PLAGNIOL-VILLARD
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=20120915142321.GC25990@game.jcrosoft.org \
--to=plagnioj@jcrosoft.com \
--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