diff options
author | Alifer Moraes <alifer.wsdm@gmail.com> | 2020-03-06 13:42:19 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-03-11 12:12:32 +0300 |
commit | 1436b5bc25a4e40a2b003e07a15884988ada4421 (patch) | |
tree | ddfddeeacaa14f1026754f00c0b313b6c048c988 /arch/arm64/boot/dts/freescale/imx8mq-phanbell.dts | |
parent | f0692bb890c177a5cec713f5dbcf1ea2cb19649c (diff) | |
download | linux-1436b5bc25a4e40a2b003e07a15884988ada4421.tar.xz |
arm64: dts: imx8mq-phanbell: Fix Ethernet PHY post-reset duration
i.MX8MQ Phanbell board uses Realtek RTL8211FD as Ethernet PHY.
Its datasheet states that the proper post reset duration should be at least 50 ms.
Fixes: f34d4bfab354 ("arm64: dts: imx8mq-phanbell: Add support for ethernet")
Signed-off-by: Alifer Moraes <alifer.wsdm@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mq-phanbell.dts')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mq-phanbell.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mq-phanbell.dts b/arch/arm64/boot/dts/freescale/imx8mq-phanbell.dts index 1a04d01acc18..77ab568fae67 100644 --- a/arch/arm64/boot/dts/freescale/imx8mq-phanbell.dts +++ b/arch/arm64/boot/dts/freescale/imx8mq-phanbell.dts @@ -264,7 +264,7 @@ phy-mode = "rgmii-id"; phy-reset-gpios = <&gpio1 9 GPIO_ACTIVE_LOW>; phy-reset-duration = <10>; - phy-reset-post-delay = <30>; + phy-reset-post-delay = <50>; phy-handle = <ðphy0>; fsl,magic-packet; status = "okay"; |