Skip to content

Commit

Permalink
ARM: dts: imx6qdl-pico: add power sequencing for rtl821x phy
Browse files Browse the repository at this point in the history
Both support ar8035 and rtl8211f.
  • Loading branch information
ray-chang authored and Sean Xie committed Dec 16, 2022
1 parent d9f9472 commit d6c58d2
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/imx6qdl-pico-qca.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,8 @@
pinctrl-0 = <&pinctrl_enet>;
phy-mode = "rgmii-id";
phy-reset-gpios = <&gpio1 26 GPIO_ACTIVE_LOW>;
phy-reset-duration = <35>;
phy-reset-post-delay = <75>;
fsl,magic-packet;
status = "okay";

Expand Down
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/imx6qdl-pico.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,8 @@
pinctrl-0 = <&pinctrl_enet>;
phy-mode = "rgmii-id";
phy-reset-gpios = <&gpio1 26 GPIO_ACTIVE_LOW>;
phy-reset-duration = <35>;
phy-reset-post-delay = <75>;
fsl,magic-packet;
status = "okay";

Expand Down

0 comments on commit d6c58d2

Please sign in to comment.