Skip to content

Commit d351b2e

Browse files
kwillis01cshilwant
authored andcommitted
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 dccfb9b commit d351b2e

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
@@ -334,7 +334,7 @@ MCU GPIO
334334
source. However, if the application design doesn't rely on the MCU firmware
335335
then Linux can be used to configure the MCU GPIOs as a wakeup source. Refer
336336
to the ``mcu_gpio_key`` node in
337-
`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>`__
337+
`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>`__
338338
to use as a template to configure the desired MCU GPIO as a wakeup capable
339339
GPIO.
340340

@@ -400,7 +400,7 @@ MCU GPIO
400400
:ref:`S/W Architecture of System Suspend<pm_sw_arch>`
401401

402402
MCU GPIO wakeup can only be tested when
403-
`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>`__
403+
`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>`__
404404
overlay is loaded. Refer to :ref:`How to enable DT overlays<howto_dt_overlays>` for more details.
405405

406406
Once the system has entered Deep Sleep or MCU Only mode as shown in the
@@ -547,7 +547,7 @@ Main UART
547547
.. ifconfig:: CONFIG_part_variant in ('AM62X')
548548

549549
To configure UART as an I/O daisy chain wakeup, refer to the
550-
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>`_
550+
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>`_
551551

552552
.. code-block:: dts
553553
@@ -587,7 +587,7 @@ Main UART
587587
.. ifconfig:: CONFIG_part_variant in ('AM62AX')
588588

589589
To configure UART as an I/O daisy chain wakeup, refer to the
590-
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>`_
590+
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>`_
591591

592592
.. code-block:: dts
593593
@@ -627,7 +627,7 @@ Main UART
627627
.. ifconfig:: CONFIG_part_variant in ('AM62PX')
628628

629629
To configure UART as an I/O daisy chain wakeup, refer to the
630-
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>`_
630+
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>`_
631631

632632
.. code-block:: dts
633633
@@ -667,7 +667,7 @@ Main UART
667667
.. ifconfig:: CONFIG_part_variant in ('AM62LX')
668668

669669
To configure UART as an I/O daisy chain wakeup, refer to the
670-
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>`_
670+
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>`_
671671

672672
.. code-block:: dts
673673
@@ -1003,7 +1003,7 @@ CAN UART I/O Daisy Chain
10031003
"wakeup" state during suspend which enables CAN UART wakeup.
10041004

10051005
The mcan_uart0 and mcan_uart1 nodes in
1006-
`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>`__
1006+
`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>`__
10071007
can be used as a reference for enabling CAN UART wakeup.
10081008

10091009
.. code-block:: text
@@ -1036,9 +1036,9 @@ CAN UART I/O Daisy Chain
10361036
};
10371037
10381038
CAN UART wakeup can be tested by using either the
1039-
`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>`__
1039+
`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>`__
10401040
or
1041-
`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>`__
1041+
`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>`__
10421042
overlays. Please refer to :ref:`How to enable DT overlays<howto_dt_overlays>`
10431043
for more details.
10441044

0 commit comments

Comments
 (0)