ti: k2g: increase phy autoneg timeout
After power cycle of a K2G EVM dhcp fails due to a auto-negotiation timeout. This commit increases the timeout to fix the issue. Signed-off-by: Vitaly Andrianov <vitalya@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
55926ddd18
commit
b8dafa2209
@ -7,8 +7,8 @@
|
|||||||
* SPDX-License-Identifier: GPL-2.0+
|
* SPDX-License-Identifier: GPL-2.0+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "board.h"
|
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
|
#include "board.h"
|
||||||
#include <spl.h>
|
#include <spl.h>
|
||||||
#include <exports.h>
|
#include <exports.h>
|
||||||
#include <fdt_support.h>
|
#include <fdt_support.h>
|
||||||
|
@ -57,6 +57,7 @@
|
|||||||
#define CONFIG_KSNET_CPSW_NUM_PORTS 2
|
#define CONFIG_KSNET_CPSW_NUM_PORTS 2
|
||||||
#define CONFIG_KSNET_MDIO_PHY_CONFIG_ENABLE
|
#define CONFIG_KSNET_MDIO_PHY_CONFIG_ENABLE
|
||||||
#define CONFIG_PHY_MICREL
|
#define CONFIG_PHY_MICREL
|
||||||
|
#define PHY_ANEG_TIMEOUT 10000 /* PHY needs longer aneg time */
|
||||||
|
|
||||||
/* MMC/SD */
|
/* MMC/SD */
|
||||||
#define CONFIG_MMC
|
#define CONFIG_MMC
|
||||||
|
Loading…
Reference in New Issue
Block a user