Skip to content

Commit 4daae70

Browse files
committed
fix(pm_am62lx_low_power_modes): Fix typo in command for disabling USB
Both USB wakeup sources on AM62L need to be disabled to enter RTC Only + DDR. Fix the typo that would only show how to disable one USB device. Signed-off-by: Kendall Willis <k-willis@ti.com>
1 parent 4856035 commit 4daae70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/linux/Foundational_Components/Power_Management/pm_am62lx_low_power_modes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ sources.
3535
.. code-block:: console
3636
3737
root@am62lxx-evm:~# echo disabled > /sys/devices/platform/bus@f0000/f900000.dwc3-usb/power/wakeup
38-
root@am62lxx-evm:~# echo disabled > /sys/devices/platform/bus@f0000/f900000.dwc3-usb/power/wakeup
38+
root@am62lxx-evm:~# echo disabled > /sys/devices/platform/bus@f0000/f910000.dwc3-usb/power/wakeup
3939
4040
Now the SoC can be suspended using the following command.
4141

0 commit comments

Comments
 (0)