Skip to content

Commit 7da7b84

Browse files
zandarShawn Guo
authored andcommitted
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: Michal Vokáč <michal.vokac@ysoft.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent f3bf9c1 commit 7da7b84

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

arch/arm/boot/dts/imx6dl-yapp4-common.dtsi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@
106106
pinctrl-names = "default";
107107
pinctrl-0 = <&pinctrl_enet>;
108108
phy-mode = "rgmii-id";
109-
phy-reset-gpios = <&gpio1 25 GPIO_ACTIVE_LOW>;
110-
phy-reset-duration = <20>;
111109
phy-supply = <&sw2_reg>;
112110
status = "okay";
113111

@@ -131,6 +129,7 @@
131129
switch@10 {
132130
compatible = "qca,qca8334";
133131
reg = <10>;
132+
reset-gpios = <&gpio1 25 GPIO_ACTIVE_LOW>;
134133

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

0 commit comments

Comments
 (0)