Skip to content

Commit ab65895

Browse files
fix(PRU-ICSS): Fix PPS documentation for AM64X
Remove incorrect pinmux configuration node info, as this is already added in the DTS out-of-box for the customers to test PPS and add external pin details which needs to be probed with oscilloscope to get the PPS signal Signed-off-by: Meghana Malladi <[email protected]>
1 parent e4405ac commit ab65895

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

source/linux/Foundational_Components/PRU-ICSS/Linux_Drivers/PRU_ICSSG_Ethernet.rst

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -662,14 +662,7 @@ PPS Pulse Per Second support
662662

663663
.. ifconfig:: CONFIG_part_variant in ('AM64X')
664664

665-
To enable PPS on AM64x, the hardware pin PRG0_IEP0EDC_SYNC_OUT0 needs to be enabled.
666-
667-
::
668-
669-
icssg0_iep0_pins_default: icssg0-iep0-pins-default {
670-
pinctrl-single,pins = <
671-
AM64X_IOPAD(0x01AC, PIN_OUTPUT, 2) /* (W1) PRG0_PRU0_GPO19.PRG0_IEP0_EDC_SYNC_OUT0 */
672-
>;
665+
To enable PPS on AM64x, the hardware pin PRG0_IEP0_EDC_SYNC_OUT0 needs to be enabled.
673666

674667
PPS can be tested using `testptp.c <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/tools/testing/selftests/ptp/testptp.c>`__ tool.
675668

@@ -691,7 +684,7 @@ To turn on PPS,
691684

692685
.. ifconfig:: CONFIG_part_variant in ('AM64X')
693686

694-
This will generate PPS signal with 1 pulse per second which can be captured by oscilloscope.
687+
This will generate PPS signal with 1 pulse per second which can be probed at J18 SYNC_OUT0 header on the EVM and capture using oscilloscope.
695688

696689
To turn off PPS,
697690

0 commit comments

Comments
 (0)