Skip to content

Commit 02868b6

Browse files
committed
fix(pm_low_power_modes): Remove unimplemented features for 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 e59c73d commit 02868b6

1 file changed

Lines changed: 1 addition & 38 deletions

File tree

source/linux/Foundational_Components/Power_Management/pm_low_power_modes.rst

Lines changed: 1 addition & 38 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
@@ -89,11 +78,6 @@ activity on the I/O pin programmed for wakeup. For example, if mcu_mcan0
8978
wakeup was enabled, grounding Pin 22 of J8 MCU Header will wakeup the
9079
system and it will go through a normal Linux boot process.
9180

92-
.. note::
93-
94-
The capability to detect whether system is resuming from Partial I/O
95-
or doing a normal cold boot will be added in future release.
96-
9781
.. _pm_io_only_plus_ddr:
9882

9983
*****************
@@ -323,27 +307,6 @@ To enter MCU Only mode, set :code:`100 msec` resume latency for CPU0 in Linux:
323307
324308
root@<machine>:~# echo 100000 > /sys/devices/system/cpu/cpu0/power/pm_qos_resume_latency_us
325309
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-
347310
Now, the SoC can be suspended using the following command:
348311

349312
.. code-block:: console

0 commit comments

Comments
 (0)