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
feat(power): update steps to enable CAN wakeup from LPM
In SDK 12.0, ethtool is used to enable wakeup from CAN. Update the LPM
documentation where necessary to reflect this change.
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
+12-17Lines changed: 12 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,12 +50,9 @@ wakeup event is triggered.
50
50
Partial I/O is a poweroff state. Upon poweroff, the Linux ti_sci driver
51
51
chooses Partial I/O entry if any CAN I/O wakeup sources are present.
52
52
53
-
The following wakeup sources have been configured for Partial I/O:
54
-
mcu_uart0, mcu_mcan0, and mcu_mcan1. Partial I/O mode can only be tested
55
-
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>`__
56
-
overlay is loaded. Refer to :ref:`How to enable DT overlays<howto_dt_overlays>` for more details.
57
-
58
-
After Linux boots, the MCAN wakeup for Partial I/O is enabled.
53
+
Partial I/O supports wakeup sources mcu_mcan0 and mcu_mcan1. For more
0 commit comments