-
Notifications
You must be signed in to change notification settings - Fork 74
AM62L LPM: Add new wakeup sources #537
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
kwillis01
wants to merge
7
commits into
TexasInstruments:master
Choose a base branch
from
kwillis01:lpm-updates
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
d519e58 to
16d5ed8
Compare
cshilwant
requested changes
Nov 26, 2025
source/linux/Foundational_Components/Power_Management/pm_wakeup_sources.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/Power_Management/pm_wakeup_sources.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/Power_Management/pm_wakeup_sources.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/Power_Management/pm_wakeup_sources.rst
Outdated
Show resolved
Hide resolved
16d5ed8 to
4c753bc
Compare
StaticRocket
requested changes
Dec 1, 2025
source/linux/Foundational_Components/Power_Management/pm_wakeup_sources.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/Power_Management/pm_wakeup_sources.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/Power_Management/pm_wakeup_sources.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/Power_Management/pm_wakeup_sources.rst
Show resolved
Hide resolved
When AM62L enters Deep Sleep, WKUP GPIO pins can wakeup the system if they are configured. Detail how to configure the WKUP GPIO to wakeup the system and give an example that is used in the device tree. Signed-off-by: Kendall Willis <[email protected]>
Add the Main GPIO wakeup example for AM62L. Since this wakeup source is enabled in the AM62L device tree by default, use the example that is configured for AM62L. Move the AM62X/A/P specific example into an ifconfig. Signed-off-by: Kendall Willis <[email protected]>
Remove the ifconfig for AM62L that says that WKUP UART is not supported. Add in any specific AM62L information for WKUP UART. Signed-off-by: Kendall Willis <[email protected]>
Reword the Main I/O Daisy Chain section to remove passive language. Signed-off-by: Kendall Willis <[email protected]>
Reword the MCU GPIO section to match the wording in WKUP GPIO section. Signed-off-by: Kendall Willis <[email protected]>
All URLs should point to SDK 11.02, update all of them in the Power_Management folder. Signed-off-by: Kendall Willis <[email protected]>
Add myself as a component owner for Power Management. Signed-off-by: Kendall Willis <[email protected]>
4c753bc to
1aef923
Compare
StaticRocket
requested changes
Dec 5, 2025
Comment on lines
352
to
356
| .. code-block:: dts | ||
| pinctrl-names = "default"; | ||
| pinctrl-0 = <&wake_mcugpio1_pins_default>; | ||
Member
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please indent the content to fall under the given step
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.
Add the WKUP GPIO, WKUP UART, and Main GPIO wakeup source details for AM62L. These wakeup sources are new for the SDK 11.2 release.