mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
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>
This commit is contained in:
committed by
Joe Hershberger
parent
4b00d02558
commit
ab9715303d
@@ -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;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user