Skip to content

Commit 41798b2

Browse files
kwillis01praneethbajjuri
authored andcommitted
feat(pm_sw_arch): add TRM for each platform
Instead of only having AM62x TRM as a learning resource for all platforms, change the TRM to be the applicable one for the specific platform. Signed-off-by: Kendall Willis <k-willis@ti.com>
1 parent de83aa0 commit 41798b2

1 file changed

Lines changed: 22 additions & 3 deletions

File tree

source/linux/Foundational_Components/Power_Management/pm_sw_arch.rst

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,26 @@ The mode selection is done using resume latencies as mentioned in TI SCI LPM Doc
251251
Learning Resources
252252
******************
253253

254-
#. `AM62x Technical Reference Manual <https://www.ti.com/lit/pdf/spruiv7>`__
255-
#. `Technical White Paper on Enabling Low Power on AM62x <https://www.ti.com/lit/wp/sprad41/sprad41.pdf>`__
256-
#. :ref:`Low Power Modes Documentation<lpm_modes>`
254+
.. ifconfig:: CONFIG_part_variant in ('AM62X')
255+
256+
#. `AM62x Technical Reference Manual <https://www.ti.com/lit/pdf/spruiv7>`__
257+
#. `Technical White Paper on Enabling Low Power on AM62x <https://www.ti.com/lit/wp/sprad41/sprad41.pdf>`__
258+
#. :ref:`Low Power Modes Documentation<lpm_modes>`
259+
260+
.. ifconfig:: CONFIG_part_variant in ('AM62AX')
261+
262+
#. `AM62Ax Technical Reference Manual <https://www.ti.com/lit/ug/spruj16c/spruj16c.pdf>`__
263+
#. `Technical White Paper on Enabling Low Power on AM62x <https://www.ti.com/lit/wp/sprad41/sprad41.pdf>`__
264+
#. :ref:`Low Power Modes Documentation<lpm_modes>`
265+
266+
.. ifconfig:: CONFIG_part_variant in ('AM62PX')
267+
268+
#. `AM62Px Technical Reference Manual <https://www.ti.com/lit/ug/spruj83d/spruj83d.pdf>`__
269+
#. `Technical White Paper on Enabling Low Power on AM62x <https://www.ti.com/lit/wp/sprad41/sprad41.pdf>`__
270+
#. :ref:`Low Power Modes Documentation<lpm_modes>`
271+
272+
.. ifconfig:: CONFIG_part_variant in ('AM62DX')
257273

274+
#. `AM62Dx Technical Reference Manual <https://www.ti.com/lit/ug/sprujd4a/sprujd4a.pdf>`__
275+
#. `Technical White Paper on Enabling Low Power on AM62x <https://www.ti.com/lit/wp/sprad41/sprad41.pdf>`__
276+
#. :ref:`Low Power Modes Documentation<lpm_modes>`

0 commit comments

Comments
 (0)