mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
arm: am335x: net: pxm2: disable rgmii internal delay mode
disable internal delay through gmii_sel register, as this is done in the ar8031 phy. Signed-off-by: Heiko Schocher <hs@denx.de> Cc: Tom Rini <trini@ti.com>
This commit is contained in:
parent
30491fc83e
commit
60ca5ad4b6
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ int board_eth_init(bd_t *bis)
|
|||
#endif /* #ifdef CONFIG_FACTORYSET */
|
||||
|
||||
/* Set rgmii mode and enable rmii clock to be sourced from chip */
|
||||
writel(RGMII_MODE_ENABLE , &cdev->miisel);
|
||||
writel(RGMII_MODE_ENABLE | RGMII_INT_DELAY, &cdev->miisel);
|
||||
|
||||
rv = cpsw_register(&cpsw_data);
|
||||
if (rv < 0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue