mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
dts: imx8qxp-mek: Add PHY post reset delay
PHY cannot be detected unless we wait about 150 ms. Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@netmodule.com> Reviewed-by: Anatolij Gustschin <agust@denx.de> Reviewed-by: Stefano Babic <sbabic@denx.de> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
parent
31d4045d4b
commit
e82fa10b3e
1 changed files with 1 additions and 0 deletions
|
@ -224,6 +224,7 @@
|
|||
status = "okay";
|
||||
phy-reset-gpios = <&pca9557_a 4 GPIO_ACTIVE_LOW>;
|
||||
phy-reset-duration = <10>;
|
||||
phy-reset-post-delay = <150>;
|
||||
|
||||
mdio {
|
||||
#address-cells = <1>;
|
||||
|
|
Loading…
Reference in a new issue