Skip to content

Commit 4ab99e6

Browse files
committed
fix(pm_low_power_modes): Move extra LPM confirmation to AM62X only
The PMIC_LPM_EN signal stays high when the device is in DeepSleep or MCU Only for AM62P and AM62A. It can only go low in DeepSleep when programmed on AM62X. Reword and move the extra confirmation to only appear in AM62X documentation. Signed-off-by: Kendall Willis <k-willis@ti.com>
1 parent 02868b6 commit 4ab99e6

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

source/linux/Foundational_Components/Power_Management/pm_low_power_modes.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,12 @@ In order to enter Deep Sleep, use the following command:
274274
[ 230.295457] psci: CPU3 killed (polled 0 ms)
275275
276276
This partially indicates that Linux has finished it's Deep Sleep suspend sequence.
277-
For further confirmation, one can take a look at the PMIC_LPM_EN pin on the EVM
278-
(after programming the PMCTRL_SYS register (0x43018080) to 0x15). Here, if the pin is 3.3V when active and
279-
0V when in deep sleep.
277+
278+
.. ifconfig:: CONFIG_part_variant in ('AM62X')
279+
280+
For further confirmation, program the PMCTRL_SYS register (0x43018080) to
281+
0x15. The PMIC_LPM_EN pin on the EVM is 3.3V when active and 0V when in
282+
DeepSleep.
280283

281284
.. note::
282285

0 commit comments

Comments
 (0)