Skip to content

Commit cbc85db

Browse files
committed
chore(Power_Management): Update URLs to latest SDK
All URLs should point to SDK 11.02, update all of them in the Power_Management folder. Signed-off-by: Kendall Willis <[email protected]>
1 parent 5a77d1b commit cbc85db

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

source/linux/Foundational_Components/Power_Management/pm_cpuidle.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ transition to the selected state.
3232
.. rubric:: Enable Standby
3333

3434
In order to enable Standby the `k3-am62x-sk-lpm-standby.dtso
35-
<https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-am62x-sk-lpm-standby.dtso?h=11.01.05>`__
35+
<https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-am62x-sk-lpm-standby.dtso?h=11.02.08>`__
3636
overlay should be applied. Refer to :ref:`How to enable DT overlays
3737
<howto_dt_overlays>` for more details. More information on what the overlay
3838
does is in the :ref:`linux-device-tree-label` section.
@@ -112,7 +112,7 @@ transition to the selected state.
112112

113113
In order to implement Standby in Linux, an idle-states node has to be added
114114
and then referenced by the CPU node. The `k3-am62x-sk-lpm-standby.dtso
115-
<https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-am62x-sk-lpm-standby.dtso?h=11.01.05>`__
115+
<https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-am62x-sk-lpm-standby.dtso?h=11.02.08>`__
116116
can be used as a reference.
117117

118118
.. code-block:: dts

source/linux/Foundational_Components/Power_Management/pm_low_power_modes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ sources is found to be enabled, Partial I/O is entered instead of poweroff.
6060

6161
The following wakeup sources have been configured for Partial I/O:
6262
mcu_uart0, mcu_mcan0, and mcu_mcan1. Partial I/O mode can only be tested
63-
when `k3-am62x-sk-lpm-wkup-sources.dtso <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-am62x-sk-lpm-wkup-sources.dtso?h=11.01.05>`__
63+
when `k3-am62x-sk-lpm-wkup-sources.dtso <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-am62x-sk-lpm-wkup-sources.dtso?h=11.02.08>`__
6464
overlay is loaded. Please refer to :ref:`How to enable DT overlays<howto_dt_overlays>` for more details.
6565

6666
After Linux boots, the MCAN wakeup for Partial I/O is enabled.
@@ -122,7 +122,7 @@ I/O Only Plus DDR
122122
The wakeup sources that can be used to wake the system from I/O Only Plus
123123
DDR are mcu_uart0, mcu_mcan0, mcu_mcan1 and wkup_uart0. To use the mcu_mcan0
124124
and mcu_mcan1 wakeup sources, apply the
125-
`k3-am62x-sk-lpm-io-ddr-wkup-sources.dtso <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-am62x-sk-lpm-io-ddr-wkup-sources.dtso?h=11.01.05>`__
125+
`k3-am62x-sk-lpm-io-ddr-wkup-sources.dtso <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-am62x-sk-lpm-io-ddr-wkup-sources.dtso?h=11.02.08>`__
126126
overlay. Please refer to :ref:`How to enable DT overlays<howto_dt_overlays>`
127127
for more details. To use the mcu_uart0 and wkup_uart0 wakeup sources, direct
128128
register writes can be used to enable wakeup after Linux boots.

source/linux/Foundational_Components/Power_Management/pm_sw_arch.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ Specifically, checking of constraints is done at two levels:
151151

152152
The code enabling the constraints framework can be found in:
153153

154-
#. TISCI PM Domain driver: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/drivers/pmdomain/ti/ti_sci_pm_domains.c?h=11.01.05
155-
#. TISCI driver: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/drivers/firmware/ti_sci.c?h=11.01.05
154+
#. TISCI PM Domain driver: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/drivers/pmdomain/ti/ti_sci_pm_domains.c?h=11.02.08
155+
#. TISCI driver: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/drivers/firmware/ti_sci.c?h=11.02.08
156156

157157
Examples of adding constraints from the remote core side are being implemented and will
158158
be enabled in future release.

source/linux/Foundational_Components/Power_Management/pm_wakeup_sources.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ MCU GPIO
332332
source. However, if the application design doesn't rely on the MCU firmware
333333
then Linux can be used to configure the MCU GPIOs as a wakeup source. Refer
334334
to the ``mcu_gpio_key`` node in
335-
`k3-am62x-sk-lpm-wkup-sources.dtso <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-am62x-sk-lpm-wkup-sources.dtso?h=11.01.05>`__
335+
`k3-am62x-sk-lpm-wkup-sources.dtso <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-am62x-sk-lpm-wkup-sources.dtso?h=11.02.08>`__
336336
to use as a template to configure the desired MCU GPIO as a wakeup capable
337337
GPIO.
338338

@@ -398,7 +398,7 @@ MCU GPIO
398398
:ref:`S/W Architecture of System Suspend<pm_sw_arch>`
399399

400400
MCU GPIO wakeup can only be tested when
401-
`k3-am62x-sk-lpm-wkup-sources.dtso <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-am62x-sk-lpm-wkup-sources.dtso?h=11.01.05>`__
401+
`k3-am62x-sk-lpm-wkup-sources.dtso <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-am62x-sk-lpm-wkup-sources.dtso?h=11.02.08>`__
402402
overlay is loaded. Refer to :ref:`How to enable DT overlays<howto_dt_overlays>` for more details.
403403

404404
Once the system has entered Deep Sleep or MCU Only mode as shown in the
@@ -545,7 +545,7 @@ Main UART
545545
.. ifconfig:: CONFIG_part_variant in ('AM62X')
546546

547547
To configure UART as an I/O daisy chain wakeup, refer to the
548-
main_uart0 node in `k3-am62x-sk-common.dtsi <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi?h=11.01.16>`_
548+
main_uart0 node in `k3-am62x-sk-common.dtsi <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi?h=11.02.08>`_
549549

550550
.. code-block:: dts
551551
@@ -585,7 +585,7 @@ Main UART
585585
.. ifconfig:: CONFIG_part_variant in ('AM62AX')
586586

587587
To configure UART as an I/O daisy chain wakeup, refer to the
588-
main_uart0 node in `k3-am62a7-sk.dts <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts?h=11.01.16>`_
588+
main_uart0 node in `k3-am62a7-sk.dts <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts?h=11.02.08>`_
589589

590590
.. code-block:: dts
591591
@@ -625,7 +625,7 @@ Main UART
625625
.. ifconfig:: CONFIG_part_variant in ('AM62PX')
626626

627627
To configure UART as an I/O daisy chain wakeup, refer to the
628-
main_uart0 node in `k3-am62p5-sk.dts <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts?h=11.01.16>`_
628+
main_uart0 node in `k3-am62p5-sk.dts <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts?h=11.02.08>`_
629629

630630
.. code-block:: dts
631631
@@ -665,7 +665,7 @@ Main UART
665665
.. ifconfig:: CONFIG_part_variant in ('AM62LX')
666666

667667
To configure UART as an I/O daisy chain wakeup, refer to the
668-
main_uart0 node in `k3-am62l3-evm.dts <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-am62l3-evm.dts?h=11.01.16>`_
668+
main_uart0 node in `k3-am62l3-evm.dts <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-am62l3-evm.dts?h=11.02.08>`_
669669

670670
.. code-block:: dts
671671
@@ -1001,7 +1001,7 @@ CAN UART I/O Daisy Chain
10011001
"wakeup" state during suspend which enables CAN UART wakeup.
10021002

10031003
The mcan_uart0 and mcan_uart1 nodes in
1004-
`k3-am62x-sk-lpm-io-ddr-wkup-sources.dtso <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-am62x-sk-lpm-io-ddr-wkup-sources.dtso?h=11.01.05>`__
1004+
`k3-am62x-sk-lpm-io-ddr-wkup-sources.dtso <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-am62x-sk-lpm-io-ddr-wkup-sources.dtso?h=11.02.08>`__
10051005
can be used as a reference for enabling CAN UART wakeup.
10061006

10071007
.. code-block:: text
@@ -1034,9 +1034,9 @@ CAN UART I/O Daisy Chain
10341034
};
10351035
10361036
CAN UART wakeup can be tested by using either the
1037-
`k3-am62x-sk-lpm-wkup-sources.dtso <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-am62x-sk-lpm-wkup-sources.dtso?h=11.01.05>`__
1037+
`k3-am62x-sk-lpm-wkup-sources.dtso <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-am62x-sk-lpm-wkup-sources.dtso?h=11.02.08>`__
10381038
or
1039-
`k3-am62x-sk-lpm-io-ddr-wkup-sources.dtso <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-am62x-sk-lpm-io-ddr-wkup-sources.dtso?h=11.01.05>`__
1039+
`k3-am62x-sk-lpm-io-ddr-wkup-sources.dtso <https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-am62x-sk-lpm-io-ddr-wkup-sources.dtso?h=11.02.08>`__
10401040
overlays. Please refer to :ref:`How to enable DT overlays<howto_dt_overlays>`
10411041
for more details.
10421042

0 commit comments

Comments
 (0)