diff options
author | Fabio Estevam <[email protected]> | 2021-03-18 08:13:30 -0300 |
---|---|---|
committer | Shawn Guo <[email protected]> | 2021-03-29 09:49:57 +0800 |
commit | 798a1807ab13a38e21c6fecd8d22a513d6786e2d (patch) | |
tree | 71263e50629f8ae6794e1a9ac8db61e88f2bf1d5 | |
parent | a362b0cc94d476b097ba0ff466958c1d4e27e219 (diff) |
arm64: dts: imx8mp-evk: Improve the Ethernet PHY description
According to the datasheet RTL8211, it must be asserted low for at least
10ms and at least 72ms "for internal circuits settling time" before
accessing the PHY registers.
Add properties to describe such requirements.
Reported-by: Joakim Zhang <[email protected]>
Signed-off-by: Fabio Estevam <[email protected]>
Tested-by: Joakim Zhang <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mp-evk.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-evk.dts b/arch/arm64/boot/dts/freescale/imx8mp-evk.dts index 7db4273cc88b..2c28e589677e 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp-evk.dts +++ b/arch/arm64/boot/dts/freescale/imx8mp-evk.dts @@ -98,6 +98,8 @@ reg = <1>; eee-broken-1000t; reset-gpios = <&gpio4 2 GPIO_ACTIVE_LOW>; + reset-assert-us = <10000>; + reset-deassert-us = <80000>; }; }; }; |