Re: [U-Boot] [PATCH 3/6] net: ti: cpsw: add support for standard eth "max-speed" dt property

2019-09-16 Thread Grygorii Strashko
On 09/09/2019 18:00, Grygorii Strashko wrote: This patch adds support for standard Ethernet "max-speed" DT property to allow PHY link speed limitation. This patch by itself will break network boot (see below). But with whole series issue will not be reproducible, because it's implicitly fixed

[U-Boot] [PATCH 3/6] net: ti: cpsw: add support for standard eth "max-speed" dt property

2019-09-09 Thread Grygorii Strashko
This patch adds support for standard Ethernet "max-speed" DT property to allow PHY link speed limitation. Signed-off-by: Grygorii Strashko --- drivers/net/ti/cpsw.c | 14 ++ include/cpsw.h| 1 + 2 files changed, 15 insertions(+) diff --git a/drivers/net/ti/cpsw.c b/drivers/