
30 Jan
2020
30 Jan
'20
10:15 a.m.
From: Matthias Brugger mbrugger@suse.com
Lower timeout for PHY auto negotiation as otherwise we have to wait for far too long.
Signed-off-by: Matthias Brugger mbrugger@suse.com
---
include/configs/rpi.h | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/include/configs/rpi.h b/include/configs/rpi.h index 83e258a6b9..18b817a001 100644 --- a/include/configs/rpi.h +++ b/include/configs/rpi.h @@ -74,6 +74,14 @@ #define CONFIG_TFTP_TSIZE #endif
+/* + * RPi4 genet uses the generic phy support, set the + * timeout for auto-negotiation of the PHY in 50 ms units + */ +#ifdef PHYLIB +#define PHY_ANEG_TIMEOUT 20 +#endif + /* Console configuration */ #define CONFIG_SYS_CBSIZE 1024
--
2.24.1