diff options
author | Tim Harvey <tharvey@gateworks.com> | 2022-04-29 13:51:02 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2022-05-20 09:30:28 +0200 |
commit | 0cba71c1ebefc2de31b51f7ce33c39d21c525dba (patch) | |
tree | 6151d3070ea3ecfb3cb5c0d5a6fb9a2deb125a48 /arch/arm/dts/imx6qdl-gw5904.dtsi | |
parent | 6fc639461b2ab0a2b483a5ee54e62254376632df (diff) | |
download | u-boot-0cba71c1ebefc2de31b51f7ce33c39d21c525dba.tar.gz |
board: gateworks: gw_ventana: add support for GPY111 PHY
The MaxLinear GPY111 PHY is being used on some boards due to part
availability. Add support for this PHY which requires a longer reset
post-delay and RGMII delay configuration.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'arch/arm/dts/imx6qdl-gw5904.dtsi')
-rw-r--r-- | arch/arm/dts/imx6qdl-gw5904.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/imx6qdl-gw5904.dtsi b/arch/arm/dts/imx6qdl-gw5904.dtsi index 286c7a9924..381f605cc0 100644 --- a/arch/arm/dts/imx6qdl-gw5904.dtsi +++ b/arch/arm/dts/imx6qdl-gw5904.dtsi @@ -203,7 +203,7 @@ phy-mode = "rgmii-id"; phy-reset-gpios = <&gpio1 30 GPIO_ACTIVE_LOW>; phy-reset-duration = <10>; - phy-reset-post-delay = <100>; + phy-reset-post-delay = <300>; status = "okay"; fixed-link { |