From 39fbac91e1987b6c4d7699d2adef41cb65bb7c96 Mon Sep 17 00:00:00 2001 From: Dan Murphy Date: Wed, 30 Mar 2016 12:58:37 -0500 Subject: board: ti: DRA7: Add DP83867 TI phy for rev c 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 Reviewed-by: Tom Rini --- include/configs/dra7xx_evm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h index c0795ab47f9..7734e8db943 100644 --- a/include/configs/dra7xx_evm.h +++ b/include/configs/dra7xx_evm.h @@ -155,6 +155,7 @@ #define CONFIG_MII /* Required in net/eth.c */ #define CONFIG_PHY_GIGE /* per-board part of CPSW */ #define CONFIG_PHYLIB +#define CONFIG_PHY_TI /* SPI */ #undef CONFIG_OMAP3_SPI -- cgit v1.2.3