From 3641f0fd8645402c0ba8d2ae88e7687a10ad9160 Mon Sep 17 00:00:00 2001 From: Philippe Schenker Date: Fri, 10 Dec 2021 13:44:29 +0100 Subject: arm64: dts: apalis-imx8: let phy framework handle reset It is considered legacy, that the fec resets the phy. Let the phylib handle this reset. Signed-off-by: Philippe Schenker --- arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi') diff --git a/arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi b/arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi index b29414e70d2f..72dcc4a4a6b2 100644 --- a/arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi @@ -311,8 +311,6 @@ phy-supply = <®_fec_supply>; phy-handle = <ðphy0>; phy-mode = "rgmii-id"; - phy-reset-duration = <10>; - phy-reset-gpios = <&lsio_gpio1 11 GPIO_ACTIVE_LOW>; mdio { #address-cells = <1>; @@ -324,6 +322,10 @@ interrupts = <29 IRQ_TYPE_LEVEL_LOW>; micrel,led-mode = <0>; reg = <7>; + reset-assert-us = <2>; + reset-deassert-us = <2>; + reset-gpios = <&lsio_gpio1 11 GPIO_ACTIVE_LOW>; + reset-names = "phy-reset"; }; }; }; -- cgit v1.2.3