fix(linux): Update AM62L standby mode documentation - #747
Merged
Conversation
ti-scaria
requested review from
StaticRocket,
VeeruPrudhvi,
cshilwant,
gehariprasath,
jeevantelukula,
praneethbajjuri and
uditkumarti
as code owners
July 17, 2026 13:00
akashdeep-ti
suggested changes
Jul 20, 2026
akashdeep-ti
left a comment
Contributor
There was a problem hiding this comment.
Nit: Spelling mistake in commit message
ti-scaria
force-pushed
the
update_standby
branch
from
July 20, 2026 07:22
6b568d0 to
f734092
Compare
StaticRocket
requested changes
Jul 20, 2026
StaticRocket
left a comment
Member
There was a problem hiding this comment.
I'd prefer if you defined the acronyms you use here, but I'm still evaluating some other solutions for this.
akashdeep-ti
suggested changes
Jul 21, 2026
ti-scaria
force-pushed
the
update_standby
branch
from
July 21, 2026 09:20
f734092 to
b887dd7
Compare
kwillis01
suggested changes
Jul 21, 2026
ti-scaria
force-pushed
the
update_standby
branch
from
July 22, 2026 07:32
b887dd7 to
ee32e83
Compare
akashdeep-ti
approved these changes
Jul 22, 2026
ti-scaria
force-pushed
the
update_standby
branch
from
July 23, 2026 10:23
ee32e83 to
a0fc02f
Compare
kwillis01
suggested changes
Jul 23, 2026
The existing standby mode is renamed from 'low-latency standby' to 'standby' and has been migrated to the default device tree from an overlay. A new 'deep-standby' mode has been added which requires the overlay for use. Update the docs to reflect these changes, introduce the new deep-standby mode along with its pre-requisites and how to enable the given mode. Signed-off-by: Scaria Kochidanadu <s-kochidanadu@ti.com>
Add Standby and Deep Standby Mode to Key Release References section. This is an active low power mode that saves power when system is idle. Signed-off-by: Scaria Kochidanadu <s-kochidanadu@ti.com>
ti-scaria
force-pushed
the
update_standby
branch
from
July 23, 2026 19:20
a0fc02f to
5bd2121
Compare
kwillis01
approved these changes
Jul 23, 2026
StaticRocket
approved these changes
Jul 23, 2026
praneethbajjuri
approved these changes
Jul 27, 2026
kwillis01
approved these changes
Jul 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The existing standby mode is renamed from 'low-latency standby' to 'standby' and has been migrated to the default device tree from an overlay. A new 'deep-standby' mode has been added which requires the overlay for use.
Update the docs to reflect these changes, introduce the new deep-standby mode along with its pre-requisites and how to enable the given mode.