Skip to content

Commit 35839e6

Browse files
committed
fix(pm_low_power_modes): Remove unimplemented entry to LPM
Documenting ways to enter low power modes that are not implemented is unnecessary and can be confusing to users. Remove the unimplemented features and add them back when they are implemented. Signed-off-by: Kendall Willis <k-willis@ti.com>
1 parent 22274b4 commit 35839e6

1 file changed

Lines changed: 1 addition & 33 deletions

File tree

source/linux/Foundational_Components/Power_Management/pm_low_power_modes.rst

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,7 @@ overlay is loaded. Please refer to :ref:`How to enable DT overlays<howto_dt_over
5959

6060
After Linux boots, the MCAN wakeup for Partial I/O is enabled.
6161

62-
.. rubric:: To enable UART wakeup:
63-
64-
.. code-block:: console
65-
66-
root@<machine>:~# echo enabled > /sys/class/tty/ttyS0/device/power/wakeup
67-
68-
.. note::
69-
70-
UART wakeup from Partial I/O is currently being debugged on the EVM.
71-
72-
With at least one of the wakeup sources enabled, Partial I/O mode can be
73-
entered with the following command:
62+
Partial I/O mode can be entered with the following command:
7463

7564
.. code-block:: console
7665
@@ -323,27 +312,6 @@ To enter MCU Only mode, set :code:`100 msec` resume latency for CPU0 in Linux:
323312
324313
root@<machine>:~# echo 100000 > /sys/devices/system/cpu/cpu0/power/pm_qos_resume_latency_us
325314
326-
.. important::
327-
328-
Note that the step below to set "enabled" won't work for current SDK
329-
and will be supported in future release
330-
331-
.. ifconfig:: CONFIG_part_variant in ('AM62X')
332-
333-
To enter MCU Only mode, enable MCU M4 core as a wakeup source in linux:
334-
335-
.. code-block:: console
336-
337-
root@am62xx-evm:~# echo enabled > /sys/bus/platform/devices/5000000.m4fss/power/wakeup
338-
339-
.. ifconfig:: CONFIG_part_variant in ('AM62AX', 'AM62PX')
340-
341-
To enter MCU Only mode, enable MCU R5 core as a wakeup source in linux:
342-
343-
.. code-block:: console
344-
345-
root@<machine>:~# echo enabled > /sys/bus/platform/devices/79000000.r5f/power/wakeup
346-
347315
Now, the SoC can be suspended using the following command:
348316

349317
.. code-block:: console

0 commit comments

Comments
 (0)