]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: dts: imx6dl-yapp4: Move phy reset into switch node
authorMichal Vokáč <michal.vokac@ysoft.com>
Tue, 14 Mar 2023 18:06:04 +0000 (19:06 +0100)
committerSasha Levin <sashal@kernel.org>
Tue, 26 Mar 2024 22:21:51 +0000 (18:21 -0400)
[ 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: Michal Vokáč <michal.vokac@ysoft.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Stable-dep-of: 023bd910d3ab ("ARM: dts: imx6dl-yapp4: Fix typo in the QCA switch register address")
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/imx6dl-yapp4-common.dtsi

index ebc0892e37c7a0fd7360c9052f876718d6b771e0..f18da2b70fdc92b06428c946287dfa75fa088a1f 100644 (file)
        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";
 
                switch@10 {
                        compatible = "qca,qca8334";
                        reg = <10>;
+                       reset-gpios = <&gpio1 25 GPIO_ACTIVE_LOW>;
 
                        switch_ports: ports {
                                #address-cells = <1>;