[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YQGaAFvqqc7wXrWD@lunn.ch>
Date: Wed, 28 Jul 2021 19:55:12 +0200
From: Andrew Lunn <andrew@...n.ch>
To: Michael Riesch <michael.riesch@...fvision.net>
Cc: devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-rockchip@...ts.infradead.org, linux-kernel@...r.kernel.org,
Rob Herring <robh+dt@...nel.org>,
Heiko Stuebner <heiko@...ech.de>,
Liang Chen <cl@...k-chips.com>,
Peter Geis <pgwipeout@...il.com>,
Simon Xue <xxm@...k-chips.com>
Subject: Re: [PATCH 2/2] arm64: dts: rockchip: rk3568-evb1-v10: add ethernet
support
On Wed, Jul 28, 2021 at 06:10:20PM +0200, Michael Riesch wrote:
> +&gmac0 {
> + phy-mode = "rgmii";
...
> +
> + tx_delay = <0x3c>;
> + rx_delay = <0x2f>;
Hi Michael
In general, we try to have the PHY introduce the RGMII delays, not the
MAC. Did you try
phy-mode = "rgmii-id";
and remove these delay values? It is hard for me to say if that will
work because i've no idea what 0x3c and 0x2f means? Are they
equivalent to 2ns?
Andrew
Powered by blists - more mailing lists