diff options
author | Tom Rini <trini@konsulko.com> | 2016-10-13 13:38:49 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-13 13:38:49 -0400 |
commit | 44afdc4a12b9f6f48338e7975e4f08cfe90dba74 (patch) | |
tree | 56b563576cc0986ce57a97d7c80a41391ca29417 /include | |
parent | c69f6d04ec66433f2360490a5cd0263c83aab18f (diff) | |
parent | c9abfbdd66ed97e1cac8553d0b31bd23f68480a9 (diff) | |
download | u-boot-44afdc4a12b9f6f48338e7975e4f08cfe90dba74.tar.gz |
Merge branch 'master' of git://git.denx.de/u-boot-net
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/am335x_evm.h | 2 | ||||
-rw-r--r-- | include/cpsw.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 272c71b76b..daa7dd8b9f 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -432,6 +432,8 @@ #define CONFIG_PHY_GIGE #define CONFIG_PHYLIB #define CONFIG_PHY_SMSC +/* Enable Atheros phy driver */ +#define CONFIG_PHY_ATHEROS /* * NOR Size = 16 MiB diff --git a/include/cpsw.h b/include/cpsw.h index 257d12a08d..f135e7bfe0 100644 --- a/include/cpsw.h +++ b/include/cpsw.h @@ -48,6 +48,7 @@ struct cpsw_platform_data { void (*control)(int enabled); u32 host_port_num; u32 active_slave; + bool rmii_clock_external; u8 version; }; |