[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <35e0a925-4cba-41de-8fe4-4dd10e8816f1@lunn.ch>
Date: Tue, 27 May 2025 18:18:38 +0200
From: Andrew Lunn <andrew@...n.ch>
To: Jakob Unterwurzacher <jakobunt@...il.com>
Cc: foss+kernel@...il.net, conor+dt@...nel.org, devicetree@...r.kernel.org,
heiko@...ech.de, jakob.unterwurzacher@...rry.de, krzk+dt@...nel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
linux-rockchip@...ts.infradead.org, quentin.schulz@...rry.de,
robh@...nel.org
Subject: Re: [PATCH v2] arm64: dts: rockchip: support Ethernet Switch adapter
for RK3588 Jaguar
On Tue, May 27, 2025 at 03:11:42PM +0200, Jakob Unterwurzacher wrote:
> > @Jakob, is this something you could check? devmem2 0xfd58c31c w 0x3c0000
> > should do the trick to disable the circuitry according to the TRM?
>
> I measured TXCLK vs TXD3 on an oscilloscope on gmac1:
>
> Setting Decimal Actual TXCLK delay (ps)
> 00 0 47
> 0a 10 283
> 10 16 440
> 20 32 893
> 30 48 1385
> 40 64 1913
> 50 80 2514
> 60 96 3077
> 70 112 3565
> 7f 127 4009
>
> off x -315
>
> Setting = tx_delay (hex)
> Decimal = tx_delay (dec)
> Actual TXCLK delay (ps) = Measurement from oscilloscope
>
> Plotting this we can deduce that one tx_delay unit is about 31ps.
Nice to see somebody actually do the measurements. Based on this, it
would be good to implement:
tx-internal-delay-ps:
description:
RGMII Transmit Clock Delay defined in pico seconds. This is used for
controllers that have configurable TX internal delays. If this
property is present then the MAC applies the TX delay.
For the moment, please limit it to just the device you measured it on.
Andrew
Powered by blists - more mailing lists