Skip to content

Commit c45293a

Browse files
committed
fix(pm_low_power_modes): Update disabled wakeup sources for I/O + DDR
The Main UART needs to be disabled in order to I/O Only + DDR as of SDK 11.1. Update the commands of which wakeup sources need to be disabled. Signed-off-by: Kendall Willis <k-willis@ti.com>
1 parent b04743b commit c45293a

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

source/linux/Foundational_Components/Power_Management/pm_low_power_modes.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,14 +139,16 @@ I/O Only Plus DDR
139139

140140
Atleast one of the wakeup sources listed above must be enabled to wakeup from I/O Only Plus DDR mode.
141141

142-
.. rubric:: To enter I/O Only Plus DDR mode, first disable wakeup from RTC, USB0 and USB1 as these wakeup
143-
sources are not supported for this mode.
142+
.. rubric:: To enter I/O Only Plus DDR mode, first disable wakeup from RTC,
143+
Main UART, USB0, and USB1 as these wakeup sources are not
144+
supported for this mode.
144145

145146
.. ifconfig:: CONFIG_part_variant in ('AM62AX')
146147

147148
.. code-block:: console
148149
149150
root@am62axx-evm:~# echo disabled > /sys/class/rtc/rtc0/device/power/wakeup
151+
root@am62axx-evm:~# echo disabled > /sys/bus/platform/devices/2800000.serial/power/wakeup
150152
root@am62axx-evm:~# echo disabled > /sys/devices/platform/bus@f0000/f900000.dwc3-usb/power/wakeup
151153
root@am62axx-evm:~# echo disabled > /sys/devices/platform/bus@f0000/f910000.dwc3-usb/power/wakeup
152154
@@ -155,6 +157,7 @@ I/O Only Plus DDR
155157
.. code-block:: console
156158
157159
root@am62pxx-evm:~# echo disabled > /sys/class/rtc/rtc0/device/power/wakeup
160+
root@am62pxx-evm:~# echo disabled > /sys/bus/platform/devices/2800000.serial/power/wakeup
158161
root@am62pxx-evm:~# echo disabled > /sys/devices/platform/bus@f0000/f900000.usb/power/wakeup
159162
root@am62pxx-evm:~# echo disabled > /sys/devices/platform/bus@f0000/f910000.usb/power/wakeup
160163

0 commit comments

Comments
 (0)