imx8m{m,n}-venice-gw7902: add support for GPY111 phy
authorTim Harvey <tharvey@gateworks.com>
Wed, 13 Apr 2022 16:09:49 +0000 (09:09 -0700)
committerStefano Babic <sbabic@denx.de>
Thu, 21 Apr 2022 10:44:24 +0000 (12:44 +0200)
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
 - add tx-delay/rx-delay config

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
arch/arm/dts/imx8mm-venice-gw7902-u-boot.dtsi
arch/arm/dts/imx8mm-venice-gw7902.dts
arch/arm/dts/imx8mn-venice-gw7902-u-boot.dtsi
arch/arm/dts/imx8mn-venice-gw7902.dts

index 1e1769f..f21e46b 100644 (file)
 &fec1 {
        phy-reset-gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
        phy-reset-duration = <1>;
-       phy-reset-post-delay = <1>;
+       phy-reset-post-delay = <300>;
 };
 
 &pinctrl_fec1 {
index adf5216..b0404ec 100644 (file)
                ethphy0: ethernet-phy@0 {
                        compatible = "ethernet-phy-ieee802.3-c22";
                        reg = <0>;
+                       /* TI DP83867 props */
                        ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
                        ti,tx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
                        tx-fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>;
                        rx-fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>;
+                       /* GPY111 props */
+                       rx-internal-delay-ps = <2000>;
+                       tx-internal-delay-ps = <2500>;
                };
        };
 };
index 9431e2a..17e6828 100644 (file)
 &fec1 {
        phy-reset-gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
        phy-reset-duration = <1>;
-       phy-reset-post-delay = <1>;
+       phy-reset-post-delay = <300>;
 };
 
 &pinctrl_fec1 {
index 29897c1..d026d96 100644 (file)
                ethphy0: ethernet-phy@0 {
                        compatible = "ethernet-phy-ieee802.3-c22";
                        reg = <0>;
+                       /* TI DP83867 props */
                        ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
                        ti,tx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
                        tx-fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>;
                        rx-fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>;
+                       /* GPY111 props */
+                       rx-internal-delay-ps = <2000>;
+                       tx-internal-delay-ps = <2500>;
                };
        };
 };