Skip to content

Commit 5c1b33b

Browse files
kwillis01praneethbajjuri
authored andcommitted
fix(pm_low_power_modes): remove platform specific shell prompt
Replace any reference to the platform in the examples which feature a shell prompt. Signed-off-by: Kendall Willis <k-willis@ti.com>
1 parent 143c99b commit 5c1b33b

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

source/linux/Foundational_Components/Power_Management/pm_low_power_modes.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -158,35 +158,35 @@ I/O Only Plus DDR
158158

159159
.. code-block:: console
160160
161-
root@am62axx-evm:~# echo disabled > /sys/class/rtc/rtc0/device/power/wakeup
162-
root@am62axx-evm:~# echo disabled > /sys/bus/platform/devices/2800000.serial/power/wakeup
163-
root@am62axx-evm:~# echo disabled > /sys/devices/platform/bus@f0000/f900000.dwc3-usb/power/wakeup
164-
root@am62axx-evm:~# echo disabled > /sys/devices/platform/bus@f0000/f910000.dwc3-usb/power/wakeup
161+
root@<machine>:~# echo disabled > /sys/class/rtc/rtc0/device/power/wakeup
162+
root@<machine>:~# echo disabled > /sys/bus/platform/devices/2800000.serial/power/wakeup
163+
root@<machine>:~# echo disabled > /sys/devices/platform/bus@f0000/f900000.dwc3-usb/power/wakeup
164+
root@<machine>:~# echo disabled > /sys/devices/platform/bus@f0000/f910000.dwc3-usb/power/wakeup
165165
166166
.. ifconfig:: CONFIG_part_variant in ('AM62PX')
167167

168168
.. code-block:: console
169169
170-
root@am62pxx-evm:~# echo disabled > /sys/class/rtc/rtc0/device/power/wakeup
171-
root@am62pxx-evm:~# echo disabled > /sys/bus/platform/devices/2800000.serial/power/wakeup
172-
root@am62pxx-evm:~# echo disabled > /sys/devices/platform/bus@f0000/f900000.usb/power/wakeup
173-
root@am62pxx-evm:~# echo disabled > /sys/devices/platform/bus@f0000/f910000.usb/power/wakeup
170+
root@<machine>:~# echo disabled > /sys/class/rtc/rtc0/device/power/wakeup
171+
root@<machine>:~# echo disabled > /sys/bus/platform/devices/2800000.serial/power/wakeup
172+
root@<machine>:~# echo disabled > /sys/devices/platform/bus@f0000/f900000.usb/power/wakeup
173+
root@<machine>:~# echo disabled > /sys/devices/platform/bus@f0000/f910000.usb/power/wakeup
174174
175175
.. rubric:: Then, configure PMIC register bit to turn off only selected rails for this mode.
176176

177177
.. ifconfig:: CONFIG_part_variant in ('AM62AX', 'AM62DX')
178178

179179
.. code-block:: console
180180
181-
root@am62axx-evm:~# i2cset -f -y -m 0xFF -r -a 0 0x48 0x86 0x1
181+
root@<machine>:~# i2cset -f -y -m 0xFF -r -a 0 0x48 0x86 0x1
182182
183183
The register write has been done to enable PMIC to enter `PMIC S2R <https://www.ti.com/lit/ug/slvucm3/slvucm3.pdf>`_ .
184184

185185
.. ifconfig:: CONFIG_part_variant in ('AM62PX')
186186

187187
.. code-block:: console
188188
189-
root@am62pxx-evm:~# i2cset -f -y -m 0xFF -r -a 0 0x48 0x86 0x2
189+
root@<machine>:~# i2cset -f -y -m 0xFF -r -a 0 0x48 0x86 0x2
190190
191191
.. rubric:: Now, the SoC can be suspended using the following command:
192192

0 commit comments

Comments
 (0)