Skip to content

Commit 3850fa6

Browse files
committed
style(pm_low_power_modes): reword Partial IO section
Reword Partial IO section to make it more readable. Additionally, update Partial IO expected output for SDK 12.0. Signed-off-by: Kendall Willis <k-willis@ti.com>
1 parent 964783a commit 3850fa6

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

source/linux/Foundational_Components/Power_Management/pm_low_power_modes.rst

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,13 @@ wakeup event is triggered.
4747

4848
Only AM62 LP-SK EVM supports Partial I/O mode.
4949

50-
The reference implementation in this SDK implements Partial I/O as a
51-
poweroff state. On poweroff, Linux ti_sci driver checks the potential
52-
Partial I/O wakeup sources for being enabled. If one of the wakeup
53-
sources is found to be enabled, Partial I/O is entered instead of poweroff.
50+
Partial I/O is implemented as a poweroff state. The Linux ti_sci driver if
51+
any CAN I/O wakeup sources are enabled.
5452

5553
The following wakeup sources have been configured for Partial I/O:
5654
mcu_uart0, mcu_mcan0, and mcu_mcan1. Partial I/O mode can only be tested
5755
when `k3-am62x-sk-lpm-wkup-sources.dtso <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-am62x-sk-lpm-wkup-sources.dtso?h=11.02.08>`__
58-
overlay is loaded. Please refer to :ref:`How to enable DT overlays<howto_dt_overlays>` for more details.
56+
overlay is loaded. Refer to :ref:`How to enable DT overlays<howto_dt_overlays>` for more details.
5957

6058
After Linux boots, the MCAN wakeup for Partial I/O is enabled.
6159

@@ -70,10 +68,11 @@ the console output will stop at the following lines:
7068

7169
.. code-block:: text
7270
73-
[ 51.698039] systemd-shutdown[1]: Powering off.
74-
[ 51.769478] reboot: Power down
71+
[ 74.310565] systemd-shutdown[1]: Powering off.
72+
[ 74.396204] reboot: Power down
73+
[ 74.399358] ti-sci 44043000.system-controller: Entering Partial-IO because a powered wakeup-enabled device was found.
7574
76-
The system has entered Partial I/O and can only be woken up with an
75+
The system has entered Partial I/O and can only be woken up with
7776
activity on the I/O pin programmed for wakeup. For example, if mcu_mcan0
7877
wakeup was enabled, grounding Pin 22 of J8 MCU Header will wakeup the
7978
system and it will go through a normal Linux boot process.

0 commit comments

Comments
 (0)