[U-Boot] [RFC PATCH 2/2] board: ti: DRA7: Add in RGMII parameters for rev c
Dan Murphy
dmurphy at ti.com
Thu Mar 31 14:42:40 CEST 2016
Add in the rx/tx delay as well as the fifo depth
for the dra7 evm rev c board.
Signed-off-by: Dan Murphy <dmurphy at ti.com>
---
include/configs/dra7xx_evm.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h
index 7734e8d..0b20b6d 100644
--- a/include/configs/dra7xx_evm.h
+++ b/include/configs/dra7xx_evm.h
@@ -157,6 +157,10 @@
#define CONFIG_PHYLIB
#define CONFIG_PHY_TI
+#define CONFIG_RGMII_RX_ID DP83867_RGMIIDCTL_2_00_NS
+#define CONFIG_RGMII_TX_ID DP83867_RGMIIDCTL_1_NS
+#define CONFIG_FIFO_DEPTH DP83867_PHYCR_FIFO_DEPTH_8_B_NIB
+
/* SPI */
#undef CONFIG_OMAP3_SPI
#define CONFIG_CMD_SF
--
2.8.0.rc3
More information about the U-Boot
mailing list