Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8deafa61 authored by Michal Vokáč's avatar Michal Vokáč Committed by Sasha Levin
Browse files

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



[ Upstream commit 7da7b84fee58c85a6075022023d31edea40e81a1 ]

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>
Stable-dep-of: 023bd910d3ab ("ARM: dts: imx6dl-yapp4: Fix typo in the QCA switch register address")
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 174e3c8e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -96,8 +96,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";

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

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