Re: [U-Boot] [PATCH] board: ti: DRA7: Add DP83867 TI phy for rev c

2016-03-31 Thread Tom Rini
On Wed, Mar 30, 2016 at 12:58:37PM -0500, Dan Murphy wrote: > Enable the TI DP83867 Giga bit phy on the > dra7 rev c board. The rx and tx internal > delays are need for this board so the usage > of RGMII_ID is required. > > Signed-off-by: Dan Murphy Reviewed-by: Tom Rini -- Tom signature.

Re: [U-Boot] [PATCH] board: ti: DRA7: Add DP83867 TI phy for rev c

2016-03-30 Thread Mugunthan V N
On Wednesday 30 March 2016 11:28 PM, Dan Murphy wrote: > Enable the TI DP83867 Giga bit phy on the > dra7 rev c board. The rx and tx internal > delays are need for this board so the usage > of RGMII_ID is required. > > Signed-off-by: Dan Murphy Acked-by: Mugunthan V N Regards Mugunthan V N __

[U-Boot] [PATCH] board: ti: DRA7: Add DP83867 TI phy for rev c

2016-03-30 Thread Dan Murphy
Enable the TI DP83867 Giga bit phy on the dra7 rev c board. The rx and tx internal delays are need for this board so the usage of RGMII_ID is required. Signed-off-by: Dan Murphy --- board/ti/dra7xx/evm.c| 6 ++ include/configs/dra7xx_evm.h | 1 + 2 files changed, 7 insertions(+) di