summaryrefslogtreecommitdiff
path: root/Documentation/networking
diff options
context:
space:
mode:
authorMaxime Chevallier <maxime.chevallier@bootlin.com>2025-10-30 19:24:53 +0100
committerJakub Kicinski <kuba@kernel.org>2025-11-03 17:05:36 -0800
commit209ff7af79bf495e6c3d300bf3dea6aeea973bc7 (patch)
tree67d3c917f2c16f4be67458d425e125a7d79847bc /Documentation/networking
parent22795871edea35dfaf63011782ea77a3f440a655 (diff)
net: stmmac: rename devlink parameter ts_coarse into phc_coarse_adj
The devlink param "ts_coarse" doesn't indicate that we get coarse timestamps, but rather that the PHC clock adjusments are coarse as the frequency won't be continuously adjusted. Adjust the devlink parameter name to reflect that. The Coarse terminlogy comes from the dwmac register naming, update the documentation to better explain what the parameter is about. With this change, the parameter can now be adjusted using: devlink dev param set <dev> name phc_coarse_adj value true cmode runtime Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com> Link: https://patch.msgid.link/20251030182454.182406-1-maxime.chevallier@bootlin.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation/networking')
-rw-r--r--Documentation/networking/devlink/stmmac.rst21
1 files changed, 15 insertions, 6 deletions
diff --git a/Documentation/networking/devlink/stmmac.rst b/Documentation/networking/devlink/stmmac.rst
index e8e33d1c7baf..47e3ff10bc08 100644
--- a/Documentation/networking/devlink/stmmac.rst
+++ b/Documentation/networking/devlink/stmmac.rst
@@ -19,13 +19,22 @@ The ``stmmac`` driver implements the following driver-specific parameters.
- Type
- Mode
- Description
- * - ``ts_coarse``
+ * - ``phc_coarse_adj``
- Boolean
- runtime
- - Enable the Coarse timestamping mode. In Coarse mode, the ptp clock is
- expected to be updated through an external PPS input, but the subsecond
- increment used for timestamping is set to 1/ptp_clock_rate. In Fine mode
- (i.e. Coarse mode == false), the ptp clock frequency is adjusted more
- frequently, but the subsecond increment is set to 2/ptp_clock_rate.
+ - Enable the Coarse timestamping mode, as defined in the DWMAC TRM.
+ A detailed explanation of this timestamping mode can be found in the
+ Socfpga Functionnal Description [1].
+
+ In Coarse mode, the ptp clock is expected to be fed by a high-precision
+ clock that is externally adjusted, and the subsecond increment used for
+ timestamping is set to 1/ptp_clock_rate.
+
+ In Fine mode (i.e. Coarse mode == false), the ptp clock frequency is
+ continuously adjusted, but the subsecond increment is set to
+ 2/ptp_clock_rate.
+
Coarse mode is suitable for PTP Grand Master operation. If unsure, leave
the parameter to False.
+
+ [1] https://www.intel.com/content/www/us/en/docs/programmable/683126/21-2/functional-description-of-the-emac.html