Skip to content

Commit

Permalink
ARM: dts: imx6dl-yapp4: Move phy reset into switch node
Browse files Browse the repository at this point in the history
Drop the phy-reset-duration and phy-reset-gpios deprecated properties and
move reset-gpios under the switch node.

Signed-off-by: Michal Vokáč <michal.vokac@ysoft.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
  • Loading branch information
Michal Vokáč authored and Shawn Guo committed Mar 27, 2023
1 parent f3bf9c1 commit 7da7b84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/arm/boot/dts/imx6dl-yapp4-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_enet>;
phy-mode = "rgmii-id";
phy-reset-gpios = <&gpio1 25 GPIO_ACTIVE_LOW>;
phy-reset-duration = <20>;
phy-supply = <&sw2_reg>;
status = "okay";

Expand All @@ -131,6 +129,7 @@
switch@10 {
compatible = "qca,qca8334";
reg = <10>;
reset-gpios = <&gpio1 25 GPIO_ACTIVE_LOW>;

switch_ports: ports {
#address-cells = <1>;
Expand Down

0 comments on commit 7da7b84

Please sign in to comment.