Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions source/common/PRU-ICSS/Overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@

Devices offering the PRU-SS capability include AM62x.

.. warning::

While am62 SoC supports PRU-SS, the automotive variants of this SoC do not and therefore
`AM62 LP SK <https://www.ti.com/tool/SK-AM62-LP>`__ does not support PRU-SS.
PRU-SS is now disabled in u-boot source: :file:`arch/arm/mach-k3/am62x/am625_fdt.c`

Check warning on line 53 in source/common/PRU-ICSS/Overview.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [RedHat.Slash] Use either 'or' or 'and' in 'k3/am62x' Raw Output: {"message": "[RedHat.Slash] Use either 'or' or 'and' in 'k3/am62x'", "location": {"path": "source/common/PRU-ICSS/Overview.rst", "range": {"start": {"line": 53, "column": 66}}}, "severity": "WARNING"}

Check warning on line 53 in source/common/PRU-ICSS/Overview.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [RedHat.Slash] Use either 'or' or 'and' in 'arch/arm' Raw Output: {"message": "[RedHat.Slash] Use either 'or' or 'and' in 'arch/arm'", "location": {"path": "source/common/PRU-ICSS/Overview.rst", "range": {"start": {"line": 53, "column": 52}}}, "severity": "WARNING"}
and might not be explicitly disabled with `status = "disabled"` in Linux kernel DT.

|

The PRU subsystem hardware can be used for two categories of applications:
Expand Down