mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
net: ti: cpsw: add support for standard eth "max-speed" dt property
This patch adds support for standard Ethernet "max-speed" DT property to allow PHY link speed limitation. Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
This commit is contained in:
committed by
Tom Rini
parent
4040148b9e
commit
3c57b620db
@@ -39,6 +39,7 @@ struct cpsw_slave_data {
|
||||
int phy_addr;
|
||||
int phy_if;
|
||||
int phy_of_handle;
|
||||
int max_speed;
|
||||
};
|
||||
|
||||
enum {
|
||||
|
Reference in New Issue
Block a user