Skip to content

fix: PRU: Add warning for am62 variants not supporting PRU-SS #302

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
6 changes: 6 additions & 0 deletions source/common/PRU-ICSS/Overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@

Devices offering the PRU-SS capability include AM62x.

.. warning::

While am62 SoC supports PRU-SS, the automotive variants of this SoC do not support
PRU-SS. Therefore, TI AM62 LP SK does not support PRU-SS and is disabled in u-boot

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

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [RedHat.PassiveVoice] 'is disabled' is passive voice. In general, use active voice. Consult the style guide for acceptable use of passive voice. Raw Output: {"message": "[RedHat.PassiveVoice] 'is disabled' is passive voice. In general, use active voice. Consult the style guide for acceptable use of passive voice.", "location": {"path": "source/common/PRU-ICSS/Overview.rst", "range": {"start": {"line": 52, "column": 65}}}, "severity": "INFO"}
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 '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": 19}}}, "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 '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": 33}}}, "severity": "WARNING"}

|

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