Skip to content

Commit

Permalink
imx8qm-var-spear: fec: add 20ms phy-reset-post-delay
Browse files Browse the repository at this point in the history
Signed-off-by: Nate Drude <nate.d@variscite.com>
  • Loading branch information
nsdrude authored and m-p-s committed Jun 21, 2022
1 parent c6deb2e commit 844ec8a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/dts/fsl-imx8qm-var-spear.dts
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@
phy-mode = "rgmii";
phy-handle = <&ethphy0>;
phy-reset-gpios = <&gpio2 28 GPIO_ACTIVE_LOW>;
phy-reset-duration = <10>;
phy-reset-post-delay = <20>;
fsl,magic-packet;
status = "okay";

Expand Down Expand Up @@ -253,6 +255,8 @@
phy-handle = <&ethphy1>;
fsl,magic-packet;
phy-reset-gpios = <&gpio2 29 GPIO_ACTIVE_LOW>;
phy-reset-duration = <10>;
phy-reset-post-delay = <20>;
status = "okay";
};

Expand Down

0 comments on commit 844ec8a

Please sign in to comment.