Commit 60ca5ad4b6687f8d7605d81869890bda4772c9bf

Authored by Heiko Schocher
Committed by Tom Rini
1 parent 30491fc83e

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

board/siemens/pxm2/board.c
... ... @@ -229,7 +229,7 @@
229 229 #endif /* #ifdef CONFIG_FACTORYSET */
230 230  
231 231 /* Set rgmii mode and enable rmii clock to be sourced from chip */
232   - writel(RGMII_MODE_ENABLE , &cdev->miisel);
  232 + writel(RGMII_MODE_ENABLE | RGMII_INT_DELAY, &cdev->miisel);
233 233  
234 234 rv = cpsw_register(&cpsw_data);
235 235 if (rv < 0)