[U-Boot] [PATCH V2] Allow PHY addresses on kirkwood egiga to be non continuous.

Prafulla Wadaskar prafulla at marvell.com
Thu Jun 24 13:22:21 CEST 2010


 

> -----Original Message-----
> From: Tor Krill [mailto:tor at excito.com] 
> Sent: Thursday, June 24, 2010 3:02 PM
> To: u-boot at lists.denx.de
> Cc: Prafulla Wadaskar; Tor Krill
> Subject: [PATCH V2] Allow PHY addresses on kirkwood egiga to 
> be non continuous.
> 
> Changing its configuration from PHY_BASE_ADR single value to use
> CONFIG_PHY_BASE_ADDRS as an array with adresses.
> 
> Updated in version 2:
> 
> Merged board updates to single patch.

These two lines should go as changelog for v2 below (after ---)

> 
> Signed-off-by: Tor Krill <tor at excito.com>
> ---
i.e. here..

>  board/keymile/km_arm/km_arm.c |    3 ++-
>  drivers/net/kirkwood_egiga.c  |    3 ++-
>  drivers/net/kirkwood_egiga.h  |    8 ++++----
>  include/configs/guruplug.h    |    2 +-
>  include/configs/km_arm.h      |    2 +-
>  include/configs/openrd_base.h |    2 +-
>  include/configs/rd6281a.h     |    2 +-
>  include/configs/sheevaplug.h  |    2 +-
>  8 files changed, 13 insertions(+), 11 deletions(-)

Hi Tom
I understood your problem.
But all of the Kirkwood boards so far have similar implementation which is standard practice.
How does your board design differed in this case?

Instead of fixing it here for all other boards,
can't you simply align PHY address on your board?
I think this will be much easier.

Regards..
Prafulla . .


More information about the U-Boot mailing list