projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d9b166
)
arm: dts: imx8mp-evk: Add FEC PHY reset timing
author
Ye Li
<ye.li@nxp.com>
Fri, 19 Feb 2021 06:33:48 +0000
(22:33 -0800)
committer
Stefano Babic
<sbabic@denx.de>
Mon, 1 Mar 2021 09:21:36 +0000
(10:21 +0100)
Add phy-reset-duration and phy-reset-post-delay to FEC node for PHY
reset, otherwise the PHY does not work correctly.
Signed-off-by: Ye Li <ye.li@nxp.com>
arch/arm/dts/imx8mp-evk-u-boot.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/imx8mp-evk-u-boot.dtsi
b/arch/arm/dts/imx8mp-evk-u-boot.dtsi
index
0bf6ef5
..
6a91404
100644
(file)
--- a/
arch/arm/dts/imx8mp-evk-u-boot.dtsi
+++ b/
arch/arm/dts/imx8mp-evk-u-boot.dtsi
@@
-142,4
+142,6
@@
&fec {
phy-reset-gpios = <&gpio4 2 GPIO_ACTIVE_LOW>;
+ phy-reset-duration = <15>;
+ phy-reset-post-delay = <100>;
};