diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-08-23 14:15:04 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-08-30 14:58:50 +0300 |
commit | 0e825b32c033e1998d0ebaf247f5dab3c340e3bf (patch) | |
tree | 8f4e6d4679d2584bf29f4cd43f805cad360677fb /arch/arm64/boot/dts/freescale/imx8mm-evk.dts | |
parent | 1197989df7209aff7db232085842c814855de138 (diff) | |
download | linux-0e825b32c033e1998d0ebaf247f5dab3c340e3bf.tar.xz |
arm64: dts: imx8mm-evk: Replace deprecated phy reset properties
Use preferred properties of phy node instead of deprecated
phy-reset-gpios (and others). This avoids copying deprecated code into
future DTSes.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mm-evk.dts')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mm-evk.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-evk.dts b/arch/arm64/boot/dts/freescale/imx8mm-evk.dts index e590a0570dda..01366ac3f26e 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm-evk.dts +++ b/arch/arm64/boot/dts/freescale/imx8mm-evk.dts @@ -123,8 +123,6 @@ pinctrl-0 = <&pinctrl_fec1>; phy-mode = "rgmii-id"; phy-handle = <ðphy0>; - phy-reset-gpios = <&gpio4 22 GPIO_ACTIVE_LOW>; - phy-reset-duration = <10>; fsl,magic-packet; status = "okay"; @@ -135,6 +133,8 @@ ethphy0: ethernet-phy@0 { compatible = "ethernet-phy-ieee802.3-c22"; reg = <0>; + reset-gpios = <&gpio4 22 GPIO_ACTIVE_LOW>; + reset-assert-us = <10000>; }; }; }; |