Skip to content

Commit

Permalink
ARM: dts: imx7d-pico: add power sequencing for rtl821x phy
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-chang committed Jan 12, 2023
1 parent 97f39da commit 1aad762
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/imx7d-pico-qca.dtsi
Expand Up @@ -905,6 +905,8 @@
phy-mode = "rgmii-id";
phy-handle = <&ethphy0>;
phy-reset-gpios = <&gpio6 11 GPIO_ACTIVE_LOW>;
phy-reset-duration = <35>;
phy-reset-post-delay = <75>;
fsl,magic-packet;
status = "okay";
mdio {
Expand Down
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/imx7d-pico.dtsi
Expand Up @@ -894,6 +894,8 @@
phy-mode = "rgmii-id";
phy-handle = <&ethphy0>;
phy-reset-gpios = <&gpio6 11 GPIO_ACTIVE_LOW>;
phy-reset-duration = <35>;
phy-reset-post-delay = <75>;
fsl,magic-packet;
status = "okay";
mdio {
Expand Down

0 comments on commit 1aad762

Please sign in to comment.