Skip to content

Commit 4317348

Browse files
committed
fix(pm_low_power_modes): Remove false confirmation of DeepSleep
The PMIC_LPM_EN signal stays high when the device is in DeepSleep or MCU Only. The documentation asserts that PMIC_LPM_EN is 0V when in these modes, which is false. Signed-off-by: Kendall Willis <k-willis@ti.com>
1 parent 35839e6 commit 4317348

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

source/linux/Foundational_Components/Power_Management/pm_low_power_modes.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,9 +279,6 @@ In order to enter Deep Sleep, use the following command:
279279
[ 230.295457] psci: CPU3 killed (polled 0 ms)
280280
281281
This partially indicates that Linux has finished it's Deep Sleep suspend sequence.
282-
For further confirmation, one can take a look at the PMIC_LPM_EN pin on the EVM
283-
(after programming the PMCTRL_SYS register (0x43018080) to 0x15). Here, if the pin is 3.3V when active and
284-
0V when in deep sleep.
285282

286283
.. note::
287284

0 commit comments

Comments
 (0)