summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx8mn-evk.dtsi
diff options
context:
space:
mode:
authorHeiko Thiery <heiko.thiery@gmail.com>2022-02-23 10:48:26 +0100
committerStefano Babic <sbabic@denx.de>2022-04-12 15:36:17 +0200
commit83fdfa64e45c97c24fc563f6850bec5b544ba452 (patch)
tree029522115e6b9ae99543ca5e0f9188ebc5679adb /arch/arm/dts/imx8mn-evk.dtsi
parent775011980bf8dd131da8e387a0fd854e9615c158 (diff)
ARM: imx: imx8mn-*-evk: use reset-gpios in phy node
To be in sync with the linux devicetree change the 'phy-reset-gpios' in the fec node to 'reset-gpios' in the phy node. The PHY reset will be done by the eth-phy-uclass driver while probing the PHY. This is ok since it is done before probing the fec. Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com> Tested-by: Marek Vasut <marex@denx.de> # 8MNANOD4-EVK Reviewed-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'arch/arm/dts/imx8mn-evk.dtsi')
-rw-r--r--arch/arm/dts/imx8mn-evk.dtsi3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/dts/imx8mn-evk.dtsi b/arch/arm/dts/imx8mn-evk.dtsi
index fc2c7f1d44..ed865444da 100644
--- a/arch/arm/dts/imx8mn-evk.dtsi
+++ b/arch/arm/dts/imx8mn-evk.dtsi
@@ -53,7 +53,6 @@
pinctrl-0 = <&pinctrl_fec1>;
phy-mode = "rgmii-id";
phy-handle = <&ethphy0>;
- phy-reset-gpios = <&gpio4 22 GPIO_ACTIVE_LOW>;
fsl,magic-packet;
status = "okay";
@@ -64,6 +63,8 @@
ethphy0: ethernet-phy@0 {
compatible = "ethernet-phy-ieee802.3-c22";
reg = <0>;
+ reset-gpios = <&gpio4 22 GPIO_ACTIVE_LOW>;
+ reset-assert-us = <10000>;
vddio-supply = <&vddio>;
vddio: vddio-regulator {