Skip to content

Commit 03d3ea0

Browse files
StaticRocketpraneethbajjuri
authored andcommitted
fix(ptp): title overrun
Signed-off-by: Randolph Sapp <[email protected]>
1 parent 6d7f279 commit 03d3ea0

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

source/linux/Industrial_Protocols/PTP/_PTP.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. http://processors.wiki.ti.com/index.php/Processor_SDK_LINUX_PTP
22
33
Overview
4-
===========
4+
========
55

66
The Precision Time Protocol (PTP), defined in IEEE 1588, is a protocol
77
used to synchronize clocks throughout a network. Many applications in
@@ -55,7 +55,7 @@ Processor SDK.
5555
.. Image:: /images/Software-arch-v1.jpg
5656

5757
Software Components
58-
--------------------
58+
-------------------
5959

6060
- PRUETH driver – Kernel driver abstracts PRU hardware/firmware
6161
- PRUPTP driver – Kernel driver abstracts PRU-ICSS based PTP support
@@ -133,15 +133,15 @@ OC slaves) for a total of 2 ports since each PRU-ICSS functions as a single PTP
133133
clock entity.
134134

135135
GMAC
136-
-----
136+
----
137137

138138
GMAC interface can be configured to run at either 100 Mbps or 1 Gbps.
139139
CPTS hardware block helps with timestamping of packets. Refer to
140140
`here <Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW.html#common-platform-time-sync-cpts>`__
141141
for details.
142142

143143
PRU-ICSS
144-
---------
144+
--------
145145

146146
The processing load is shared between firmware (PRU) and Host (ARM) with
147147
the firmware doing most of the time critical activities. The IEP
@@ -210,7 +210,7 @@ the relevant boot command (e.g. 'bootcmd', mmcboot' or 'netboot')
210210

211211

212212
PRU-ICSS IEP
213-
-------------
213+
------------
214214

215215
IEP has an additional hardware to generate a programmable sync output
216216
which is tied to the IEP counter. This is called the SYNC unit. For this
@@ -262,7 +262,7 @@ assigned PTP ports.
262262
measure jitter.
263263

264264
GMAC
265-
------
265+
----
266266

267267
The GMAC/CPTS does not support a programmable sync output. Instead, the
268268
GP Timer16 can be programmed to generate an output pulse every 100ms or
@@ -716,15 +716,15 @@ ingressLatency in the sample ptp4l configuration file oc.cfg in the
716716
ptp4l example above.
717717

718718
Limitations
719-
^^^^^^^^^^^^^
719+
^^^^^^^^^^^
720720

721721
Although there are two Ethernet ports available on each ICSS-PRU
722722
present, ICSS-PRU PTP OC can only be supported on at most **ONE** such
723723
port. It cannot provide PTP OC functionality on both Ethernet ports on
724724
the same ICSS-PRU simultaneously.
725725

726726
PTP Ordinary Clock on GMAC
727-
---------------------------
727+
--------------------------
728728
Refer to `here <Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW.html#common-platform-time-sync-cpts>`__
729729
for more details about the CPTS driver and how to run **linuxptp** over the CPSW GMAC port
730730
for providing the PTP OC functionality.
@@ -807,7 +807,7 @@ slave mode:
807807
|
808808
809809
PHY Delay Compensation for AM57xx IDK
810-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
810+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
811811

812812
The theoretical values to use for GMAC PHY, which is KSZ9031RN, on
813813
AM57xx IDKs, are not yet available. The following experimental values
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.. _industrial-protocols-ptp:
22

3-
*********************************
3+
***
44
PTP
5-
*********************************
5+
***
6+
67
.. include:: Industrial_Protocols/PTP/_PTP.rst

0 commit comments

Comments
 (0)