|
@@ -77,9 +77,10 @@ static int of_mdiobus_register_phy(struct mii_bus *mdio,
|
|
|
if (of_property_read_bool(child, "broken-turn-around"))
|
|
|
mdio->phy_ignore_ta_mask |= 1 << addr;
|
|
|
|
|
|
- of_property_read_u32(child, "reset-delay-us", &phy->mdio.reset_delay);
|
|
|
- of_property_read_u32(child, "reset-post-delay-us",
|
|
|
- &phy->mdio.reset_post_delay);
|
|
|
+ of_property_read_u32(child, "reset-assert-us",
|
|
|
+ &phy->mdio.reset_assert_delay);
|
|
|
+ of_property_read_u32(child, "reset-deassert-us",
|
|
|
+ &phy->mdio.reset_deassert_delay);
|
|
|
|
|
|
/* Associate the OF node with the device structure so it
|
|
|
* can be looked up later */
|