summaryrefslogtreecommitdiff
path: root/include/cpsw.h
diff options
context:
space:
mode:
authorMugunthan V N <mugunthanvnm@ti.com>2016-10-13 19:33:38 +0530
committerJoe Hershberger <joe.hershberger@ni.com>2016-10-13 12:25:02 -0500
commitab9715303d0b32e9a71dfa9c43d6629f54e2f236 (patch)
tree42f36e48cfd5ffbf1f926e4f36322c28abc90d22 /include/cpsw.h
parent4b00d025585819f2b86b74def61471f766e82768 (diff)
downloadu-boot-imx-ab9715303d0b32e9a71dfa9c43d6629f54e2f236.zip
u-boot-imx-ab9715303d0b32e9a71dfa9c43d6629f54e2f236.tar.gz
u-boot-imx-ab9715303d0b32e9a71dfa9c43d6629f54e2f236.tar.bz2
driver: net: cpsw: add support for RGMII id mode support and RMII clock source selection
cpsw driver supports only selection of phy mode in control module but control module has more setting like RGMII ID mode selection, RMII clock source selection. So ported to cpsw-phy-sel driver from kernel to u-boot. Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'include/cpsw.h')
-rw-r--r--include/cpsw.h1
1 files changed, 1 insertions, 0 deletions
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;
};