LPM CAN I/O changes + update URLs#661
Open
kwillis01 wants to merge 7 commits intoTexasInstruments:masterfrom
Open
LPM CAN I/O changes + update URLs#661kwillis01 wants to merge 7 commits intoTexasInstruments:masterfrom
kwillis01 wants to merge 7 commits intoTexasInstruments:masterfrom
Conversation
vishalmti
approved these changes
Apr 14, 2026
StaticRocket
requested changes
Apr 14, 2026
Comment on lines
+1005
to
+1009
| CAN wakeup is enabled by default for the AM62X LP-SK EVM. Otherwise, | ||
| the device tree overlay | ||
| `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=12.00.00.07>`__ | ||
| is needed for testing CAN wakeup. Refer to | ||
| :ref:`How to enable DT overlays<howto_dt_overlays>` for details. |
Member
There was a problem hiding this comment.
What do you mean "otherwise" here? Is it enabled or not? If it is, and the overlay is a required part of it then it would be better to say:
Suggested change
| CAN wakeup is enabled by default for the AM62X LP-SK EVM. Otherwise, | |
| the device tree overlay | |
| `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=12.00.00.07>`__ | |
| is needed for testing CAN wakeup. Refer to | |
| :ref:`How to enable DT overlays<howto_dt_overlays>` for details. | |
| CAN wakeup is enabled by default for the AM62X LP-SK EVM using the device tree overlay | |
| `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=12.00.00.07>`__ | |
| Refer to :ref:`How to enable DT overlays<howto_dt_overlays>` for details. |
Contributor
Author
There was a problem hiding this comment.
It is a little weird, it's enabled by default on AM62x LP evm but not on AM62x evm. Since AM62X config includes AM62X LP, I have to specify like this. I'll see if I can rephrase it to make it clearer when I update my PR.
Reword CAN wakeup section to be more readable for users. Remove UART from section name since CAN is the wakeup source and CAN UART is the bank of pins the CAN is in. Signed-off-by: Kendall Willis <[email protected]>
Reword Partial IO section to make it more readable. Additionally, update Partial IO expected output for SDK 12.0. Signed-off-by: Kendall Willis <[email protected]>
In SDK 12.0, ethtool is used to enable wakeup from CAN. Update the LPM documentation where necessary to reflect this change. Signed-off-by: Kendall Willis <[email protected]>
In SDK 12.0, the referenced Main UART wakeup code has been changed style wise, but the functionality is still the same from SDK 11.2. Therefore, update the referenced code to be inline with SDK 12.0 implementation. Signed-off-by: Kendall Willis <[email protected]>
Update all links to reference SDK 12.00.00.08. Signed-off-by: Kendall Willis <[email protected]>
For all Power_Management files that apply to AM62D, make sure that to add AM62D to any applicable ifconfig or create a new ifconfig for AM62D if needed. Signed-off-by: Kendall Willis <[email protected]>
Update AM62D build sheet to include power management features that are enabled on AM62D. Signed-off-by: Kendall Willis <[email protected]>
Contributor
Author
|
Add AM62D LPM documentation |
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.
No description provided.