Skip to content

Commit 02867c5

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 124a9d3 commit 02867c5

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

source/linux/Foundational_Components/Power_Management/pm_low_power_modes.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ wakeup event is triggered.
4848
Only AM62 LP-SK EVM supports Partial I/O mode.
4949

5050
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.
51+
poweroff state. On poweroff, Linux ti_sci driver checks if any potential
52+
Partial I/O wakeup sources are enabled. If one of the wakeup sources is
53+
enabled, Partial I/O is entered instead of poweroff.
5454

5555
The following wakeup sources have been configured for Partial I/O:
5656
mcu_uart0, mcu_mcan0, and mcu_mcan1. Partial I/O mode can only be tested
5757
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.
58+
overlay is loaded. Refer to :ref:`How to enable DT overlays<howto_dt_overlays>` for more details.
5959

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

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

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

0 commit comments

Comments
 (0)