Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ What's new
- U-Boot: :ref:`Key writer lite Programming <key-writer-lite-label>`
- Kernel: DMA, GPIO, I2C, UART, MMCSD, OSPI NOR, eCAP, eQEP, CPSW, McASP/Audio, DSS, DSI
- Kernel: :ref:`DTHEv2 Crypto Accelerator <DTHEv2-Crypto-Accelerator>`
- :ref:`Power Management <am62lx-power-management>`: DeepSleep and RTC+DDR low power modes.
- RT Kernel : Real-Time Linux Interrupt Latency numbers here - :ref:`RT Interrupt Latencies <RT-linux-performance>`
- Support for Wifi with M2 CC33xx cards - :ref:`How to Enable M.2-CC33xx in Linux <enable_m2cc3301>`
- Out-of-Box experience based on LVGL (Light and Versatile Graphics Library) - :ref:`TI LVGL Demo - User Guide <TI-LVGL-Demo-User-Guide-label>`
Expand Down
76 changes: 0 additions & 76 deletions source/devices/AM62LX/linux/Release_Specific_Workarounds.rst

This file was deleted.

Binary file removed source/images/am62l_lpm_wakeup_evm_pin.jpg
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@
Overview
********

.. note::
.. important::

For this release, both of the documented low power modes below require special steps which have been
documented in :ref:`am62l_suspend_workarounds`. This includes the steps to choose the system suspend mode
and how to wakeup the system.
For this release, low power mode support is disabled. It will be enabled in 11.1 release.

Check warning on line 12 in source/linux/Foundational_Components/Power_Management/pm_am62lx_low_power_modes.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [RedHat.PassiveVoice] 'be enabled' is passive voice. In general, use active voice. Consult the style guide for acceptable use of passive voice. Raw Output: {"message": "[RedHat.PassiveVoice] 'be enabled' is passive voice. In general, use active voice. Consult the style guide for acceptable use of passive voice.", "location": {"path": "source/linux/Foundational_Components/Power_Management/pm_am62lx_low_power_modes.rst", "range": {"start": {"line": 12, "column": 66}}}, "severity": "INFO"}

Check warning on line 12 in source/linux/Foundational_Components/Power_Management/pm_am62lx_low_power_modes.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/linux/Foundational_Components/Power_Management/pm_am62lx_low_power_modes.rst", "range": {"start": {"line": 12, "column": 45}}}, "severity": "INFO"}

The following sections describe a high-level description of the different low power modes (LPM) of the
device. If your application requires inactive power management, you must determine which
Expand Down