Commit c3846c69e1412c48c45ffa87f2b3d2ac32497504

Authored by Mugunthan V N
Committed by Lokesh Vutla
1 parent 6ca5f482a3

include: configs: am335x: add Atheros phy support

In AM335x GP EVM, Atheros 8031 phy is used, enable the driver as
AM335x SoC RGMII delay mode has to be enabled in phy as mentioned
in the silicon errata Advisory 1.0.10

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>

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

include/configs/am335x_evm.h
... ... @@ -43,6 +43,9 @@
43 43 #define CONFIG_CMD_GPT
44 44 #define CONFIG_EFI_PARTITION
45 45  
  46 +/* Enable Atheros phy driver */
  47 +#define CONFIG_PHY_ATHEROS
  48 +
46 49 #ifdef CONFIG_NAND
47 50 #define NANDARGS \
48 51 "mtdids=" MTDIDS_DEFAULT "\0" \