Re: [PATCH 6/6] arm64: dts: allwinner: a523: x96qpro+: enable Ethernet support
Chen-Yu Tsai <[email protected]> Tue, 4 Aug 2026 11:11:04 +0800
| Newsgroups | gmane.linux.network,gmane.linux.drivers.devicetree,gmane.linux.ports.arm.kernel |
|---|---|
| Message-ID | <CAGb2v64yH+grXMbxg1te6XHt1PxhUc4Jzch_OdUW50tq2Eg1cw@mail.gmail.com> |
On Tue, Aug 4, 2026 at 10:53=E2=80=AFAM Andrew Lunn <[email protected]> wrote: > > > +&gmac1 { > > + clocks =3D <&ccu CLK_BUS_EMAC1>, <&ccu CLK_MBUS_EMAC1>; > > + pinctrl-names =3D "default"; > > + pinctrl-0 =3D <&rgmii1_pins>; > > + phy-mode =3D "rgmii-id"; > > + phy-handle =3D <&ext_rgmii_phy>; > > + phy-supply =3D <®_cldo3>; > > + > > + tx-internal-delay-ps =3D <200>; > > + rx-internal-delay-ps =3D <500>; > > 500ns is quite big. How did you come to this value? Do you have the > schematic & gerber files? Does the lines look unbalanced? Unit is ps, not ns. ChenYu