summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-10-13 17:38:49 (GMT)
committerTom Rini <trini@konsulko.com>2016-10-13 17:38:49 (GMT)
commit44afdc4a12b9f6f48338e7975e4f08cfe90dba74 (patch)
tree56b563576cc0986ce57a97d7c80a41391ca29417 /include
parentc69f6d04ec66433f2360490a5cd0263c83aab18f (diff)
parentc9abfbdd66ed97e1cac8553d0b31bd23f68480a9 (diff)
downloadu-boot-44afdc4a12b9f6f48338e7975e4f08cfe90dba74.tar.xz
Merge branch 'master' of git://git.denx.de/u-boot-net
Diffstat (limited to 'include')
-rw-r--r--include/configs/am335x_evm.h2
-rw-r--r--include/cpsw.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index 272c71b..daa7dd8 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 257d12a..f135e7b 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;
};