Re: [U-Boot] [PATCH v1 1/2] NET: Move MDIO regs out of TSEC Space

2009-10-19 Thread Kumar Gala
>>> diff --git a/include/asm-ppc/immap_85xx.h b/include/asm-ppc/ >>> immap_85xx.h index 4194295..6c9baac 100644 >>> --- a/include/asm-ppc/immap_85xx.h >>> +++ b/include/asm-ppc/immap_85xx.h >>> @@ -1932,4 +1932,14 @@ typedef struct ccsr_gur { #define >>> CONFIG_SYS_MPC85xx_USB_ADDR \ >>> (CONFI

Re: [U-Boot] [PATCH v1 1/2] NET: Move MDIO regs out of TSEC Space

2009-10-18 Thread Kumar Gopalpet-B05799
>-Original Message- >From: Kumar Gala [mailto:ga...@kernel.crashing.org] >Sent: Monday, October 19, 2009 12:08 AM >To: Kumar Gopalpet-B05799 >Cc: u-boot@lists.denx.de >Subject: Re: [U-Boot] [PATCH v1 1/2] NET: Move MDIO regs out >of TSEC Space > > >On Oct

Re: [U-Boot] [PATCH v1 1/2] NET: Move MDIO regs out of TSEC Space

2009-10-18 Thread Kumar Gala
On Oct 18, 2009, at 3:43 AM, Sandeep Gopalpet wrote: > Moved the mdio regs out of the tsec structure,and > provided different offsets for tsec base and mdio > base so that provision for etsec2.0 can be provided. > > This patch helps in providing the support for etsec2.0 > In etsec2.0, the MDIO re

[U-Boot] [PATCH v1 1/2] NET: Move MDIO regs out of TSEC Space

2009-10-18 Thread Sandeep Gopalpet
Moved the mdio regs out of the tsec structure,and provided different offsets for tsec base and mdio base so that provision for etsec2.0 can be provided. This patch helps in providing the support for etsec2.0 In etsec2.0, the MDIO register space and the etsec reg space are different. Signed-off-by