From: Andrew Lunn <andrew@lunn.ch>
To: Renze Nicolai <renze@rnplus.nl>
Cc: Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Chen-Yu Tsai <wens@csie.org>,
Jernej Skrabec <jernej.skrabec@gmail.com>,
Samuel Holland <samuel@sholland.org>,
Maxime Ripard <maxime@cerno.tech>,
Andre Przywara <andre.przywara@arm.com>,
Conley Lee <conleylee@foxmail.com>,
krzysztof.kozlowski@linaro.org, linux-sunxi@lists.linux.dev,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org
Subject: Re: [PATCH 2/2] arm64: allwinner: a64: add device tree for SOPINE on Pine64 Clusterboard
Date: Mon, 21 Nov 2022 00:42:14 +0100 [thread overview]
Message-ID: <Y3q7VnjHD+pLdl+H@lunn.ch> (raw)
In-Reply-To: <3351526.aeNJFYEL58@werkpc>
> +&emac {
> + allwinner,tx-delay-ps = <500>;
> +};
Is this direct MAC to MAC without a PHY in the middle? And RGMII?
500ps seems odd. It is normally 1000ps. And you need to specify a
delay for both Rx and Tx. I could understand
&emac {
allwinner,tx-delay-ps = <500>;
allwinner,rx-delay-ps = <500>;
};
then each end adds 1/2 the delay on both Rx and Tx.
Andrew
WARNING: multiple messages have this Message-ID (diff)
From: Andrew Lunn <andrew@lunn.ch>
To: Renze Nicolai <renze@rnplus.nl>
Cc: Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Chen-Yu Tsai <wens@csie.org>,
Jernej Skrabec <jernej.skrabec@gmail.com>,
Samuel Holland <samuel@sholland.org>,
Maxime Ripard <maxime@cerno.tech>,
Andre Przywara <andre.przywara@arm.com>,
Conley Lee <conleylee@foxmail.com>,
krzysztof.kozlowski@linaro.org, linux-sunxi@lists.linux.dev,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org
Subject: Re: [PATCH 2/2] arm64: allwinner: a64: add device tree for SOPINE on Pine64 Clusterboard
Date: Mon, 21 Nov 2022 00:42:14 +0100 [thread overview]
Message-ID: <Y3q7VnjHD+pLdl+H@lunn.ch> (raw)
In-Reply-To: <3351526.aeNJFYEL58@werkpc>
> +&emac {
> + allwinner,tx-delay-ps = <500>;
> +};
Is this direct MAC to MAC without a PHY in the middle? And RGMII?
500ps seems odd. It is normally 1000ps. And you need to specify a
delay for both Rx and Tx. I could understand
&emac {
allwinner,tx-delay-ps = <500>;
allwinner,rx-delay-ps = <500>;
};
then each end adds 1/2 the delay on both Rx and Tx.
Andrew
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2022-11-20 23:42 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-19 12:31 [PATCH 2/2] arm64: allwinner: a64: add device tree for SOPINE on Pine64 Clusterboard Renze Nicolai
2022-11-19 12:31 ` Renze Nicolai
2022-11-19 18:14 ` Andre Przywara
2022-11-19 18:14 ` Andre Przywara
2022-11-20 23:42 ` Andrew Lunn [this message]
2022-11-20 23:42 ` Andrew Lunn
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Y3q7VnjHD+pLdl+H@lunn.ch \
--to=andrew@lunn.ch \
--cc=andre.przywara@arm.com \
--cc=conleylee@foxmail.com \
--cc=devicetree@vger.kernel.org \
--cc=jernej.skrabec@gmail.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sunxi@lists.linux.dev \
--cc=maxime@cerno.tech \
--cc=renze@rnplus.nl \
--cc=robh+dt@kernel.org \
--cc=samuel@sholland.org \
--cc=wens@csie.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.