mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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>
This commit is contained in:
parent
96e85ba0c2
commit
408349acbf
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue