diff options
author | Tim Harvey <tharvey@gateworks.com> | 2022-05-20 08:55:47 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2022-07-25 15:08:23 +0200 |
commit | 408349acbf95a507860fb57f2a3e05d934781899 (patch) | |
tree | 5206a88390600f4be89a50515af84b45240b27ab | |
parent | 96e85ba0c202f77adac5c781b9de7e378efbb7b8 (diff) | |
download | u-boot-408349acbf95a507860fb57f2a3e05d934781899.tar.gz |
arm: dts: imx8mm-venice-gw700x: add support for GPY111 phy
The TI DP83867 phy has been replaced with the MaxLinear GPY111 phy
due to part availability. Add support for it:
- increase post-reset time to 300ms per datasheet
- leave tx-delay/rx-delay undefined in dt defaulting to 2.0ns
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
-rw-r--r-- | arch/arm/dts/imx8mm-venice-gw700x-u-boot.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/imx8mm-venice-gw700x-u-boot.dtsi b/arch/arm/dts/imx8mm-venice-gw700x-u-boot.dtsi index 7670243851..c15e623f3c 100644 --- a/arch/arm/dts/imx8mm-venice-gw700x-u-boot.dtsi +++ b/arch/arm/dts/imx8mm-venice-gw700x-u-boot.dtsi @@ -8,7 +8,7 @@ &fec1 { phy-reset-gpios = <&gpio3 0 GPIO_ACTIVE_LOW>; phy-reset-duration = <1>; - phy-reset-post-delay = <1>; + phy-reset-post-delay = <300>; }; &pinctrl_fec1 { |