From 22426afa26f68027e65ffab42d2930f64b69aa3f Mon Sep 17 00:00:00 2001 From: Akashdeep Kaur Date: Thu, 12 Dec 2024 10:51:50 +0530 Subject: [PATCH] docs(linux): Power_Management: Add new features to release notes Add new low power mode I/O only plus DDR low power mode to the list of features for current release. Signed-off-by: Akashdeep Kaur --- source/devices/AM62AX/linux/Release_Specific_Release_Notes.rst | 1 + source/devices/AM62PX/linux/Release_Specific_Release_Notes.rst | 2 +- source/devices/AM62X/linux/Release_Specific_Release_Notes.rst | 2 -- .../Power_Management/pm_low_power_modes.rst | 2 ++ 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/source/devices/AM62AX/linux/Release_Specific_Release_Notes.rst b/source/devices/AM62AX/linux/Release_Specific_Release_Notes.rst index bc049306a..e1bdc25f3 100644 --- a/source/devices/AM62AX/linux/Release_Specific_Release_Notes.rst +++ b/source/devices/AM62AX/linux/Release_Specific_Release_Notes.rst @@ -49,6 +49,7 @@ What's new - Important Bug Fixes on top of Processor SDK 10.00.07.04 Release - RT Kernel : Real-Time Linux Interrupt Latency numbers here :ref:`RT Interrupt Latencies ` - Support for streaming from OV2312 camera with `DS90UB954-Q1EVM `_ + - Power Management: :ref:`I/O Only Plus DDR ` mode **Component version:** diff --git a/source/devices/AM62PX/linux/Release_Specific_Release_Notes.rst b/source/devices/AM62PX/linux/Release_Specific_Release_Notes.rst index b6997787d..945245d4f 100644 --- a/source/devices/AM62PX/linux/Release_Specific_Release_Notes.rst +++ b/source/devices/AM62PX/linux/Release_Specific_Release_Notes.rst @@ -49,8 +49,8 @@ What's new - LTS Stable Kernel update to 6.6.58 - Important Bug Fixes on top of Processor SDK 10.00.07.04 Release - RT Kernel : Real-Time Linux Interrupt Latency numbers here - :ref:`RT Interrupt Latencies ` - - Power Management: DeepSleep, MCU-Only and Partial IO mode - :ref:`Power Management Overview ` - Support for streaming from multiple 0V5640 cameras with `Arducam V3Link (Fusion Mini) `_ + - Power Management: :ref:`I/O Only Plus DDR ` mode **Component version:** diff --git a/source/devices/AM62X/linux/Release_Specific_Release_Notes.rst b/source/devices/AM62X/linux/Release_Specific_Release_Notes.rst index 25ced2163..8615ae340 100644 --- a/source/devices/AM62X/linux/Release_Specific_Release_Notes.rst +++ b/source/devices/AM62X/linux/Release_Specific_Release_Notes.rst @@ -48,8 +48,6 @@ What's new - LTS Stable Kernel update to 6.6.58 - Important Bug Fixes on top of Processor SDK 10.00.07.04 Release - RT Kernel : Real-Time Linux Interrupt Latency numbers here - :ref:`RT Interrupt Latencies ` - - Power Management: DeepSleep, MCU-Only and Partial IO mode - :ref:`Power Management Overview ` - **Component version:** diff --git a/source/linux/Foundational_Components/Power_Management/pm_low_power_modes.rst b/source/linux/Foundational_Components/Power_Management/pm_low_power_modes.rst index dc5aee1ac..e20361b18 100644 --- a/source/linux/Foundational_Components/Power_Management/pm_low_power_modes.rst +++ b/source/linux/Foundational_Components/Power_Management/pm_low_power_modes.rst @@ -106,6 +106,8 @@ system and it will go through a normal Linux boot process. The capability to detect whether system is resuming from Partial I/O or doing a normal cold boot will be added in future release. +.. _pm_io_only_plus_ddr: + ***************** I/O Only Plus DDR *****************