Skip to content

Commit b04743b

Browse files
committed
refactor(pm_wakeup_sources): Generalize references to LPM
AM62L does not have MCU Only mode. In the pm_wakeup_sources file, there are many references to MCU Only mode. Make these references general so that these sentences can apply to all SoCs that use LPM. Signed-off-by: Kendall Willis <k-willis@ti.com>
1 parent 0662233 commit b04743b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/linux/Foundational_Components/Power_Management/pm_wakeup_sources.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Wakeup Sources
55
##############
66

7-
This section talks about the multiple ways in which we can wakeup the |__PART_FAMILY_DEVICE_NAMES__| SoC from Low Power modes like Deep Sleep or MCU only.
7+
This section talks about the multiple ways in which we can wakeup the |__PART_FAMILY_DEVICE_NAMES__| SoC from various low power modes.
88
The |__PART_FAMILY_DEVICE_NAMES__| SoC support various wakeup sources like GP Timers, RTC Timer, UART, I2C, WKUP GPIO, and I/O Daisy Chain.
99

1010
The table below lists the wakeup sources supported in this SDK release and whether that source is
@@ -87,7 +87,7 @@ It's possible to use the SoC's internal RTC to wakeup the system using the comma
8787
- Perform a dry run to wakeup the computer at a given time. (Press Ctrl + C to abort):
8888
rtcwake -m on --date {{hh:ss}}
8989
90-
For example, if you wish to wakeup from Deep Sleep or MCU Only mode in 10 seconds, use the command like this:
90+
For example, to wakeup from Deep Sleep in 10 seconds, use the command like this:
9191

9292
.. ifconfig:: CONFIG_part_variant in ('AM62X')
9393

0 commit comments

Comments
 (0)