[smsc75xx] Allow up to 100ms for reset to complete

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2016-06-20 14:07:41 +01:00
parent 040aa980d6
commit c9176878ef
2 changed files with 16 additions and 11 deletions

View File

@@ -280,8 +280,8 @@ struct smsc75xx_device {
uint32_t int_sts;
};
/** Reset delay (in microseconds) */
#define SMSC75XX_RESET_DELAY_US 2
/** Maximum time to wait for reset (in milliseconds) */
#define SMSC75XX_RESET_MAX_WAIT_MS 100
/** Maximum time to wait for EEPROM (in milliseconds) */
#define SMSC75XX_EEPROM_MAX_WAIT_MS 100