You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: source/linux/Foundational_Components/Power_Management/pm_low_power_modes.rst
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,14 +48,14 @@ wakeup event is triggered.
48
48
Only AM62 LP-SK EVM supports Partial I/O mode.
49
49
50
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.
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.
54
54
55
55
The following wakeup sources have been configured for Partial I/O:
56
56
mcu_uart0, mcu_mcan0, and mcu_mcan1. Partial I/O mode can only be tested
57
57
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.
59
59
60
60
After Linux boots, the MCAN wakeup for Partial I/O is enabled.
61
61
@@ -70,10 +70,11 @@ the console output will stop at the following lines:
70
70
71
71
.. code-block:: text
72
72
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.
75
76
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
77
78
activity on the I/O pin programmed for wakeup. For example, if mcu_mcan0
78
79
wakeup was enabled, grounding Pin 22 of J8 MCU Header will wakeup the
79
80
system and it will go through a normal Linux boot process.
0 commit comments