diff options
Diffstat (limited to 'board/tqc')
-rw-r--r-- | board/tqc/tqma6/tqma6_wru4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/tqc/tqma6/tqma6_wru4.c b/board/tqc/tqma6/tqma6_wru4.c index 4427799..c9a7ab7 100644 --- a/board/tqc/tqma6/tqma6_wru4.c +++ b/board/tqc/tqma6/tqma6_wru4.c @@ -177,7 +177,7 @@ static void setup_iomuxc_enet(void) ret = gpio_request(ENET_PHY_RESET_GPIO, "phy-reset"); if (!ret) gpio_direction_output(ENET_PHY_RESET_GPIO , 0); - udelay(1000); + udelay(25000); gpio_set_value(ENET_PHY_RESET_GPIO, 1); } |