Commit 7da7b84f authored by Michal Vokáč's avatar Michal Vokáč Committed by Shawn Guo
Browse files

ARM: dts: imx6dl-yapp4: Move phy reset into switch node



Drop the phy-reset-duration and phy-reset-gpios deprecated properties and
move reset-gpios under the switch node.

Signed-off-by: default avatarMichal Vokáč <michal.vokac@ysoft.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent f3bf9c15
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -106,8 +106,6 @@ &fec {
	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";

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

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