-
Notifications
You must be signed in to change notification settings - Fork 76
Some Doc cleanup in PM, crypto, audio and DSS #556
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
base: master
Are you sure you want to change the base?
Changes from all commits
778e8a1
d43051b
9765171
4e7fa2c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,94 @@ | ||||||
| ######################### | ||||||
| RTC-Only and RTC+DDR Mode | ||||||
|
Check warning on line 2 in source/linux/Foundational_Components/Power_Management/pm_rtc_ddr.rst
|
||||||
| ######################### | ||||||
|
|
||||||
| AM437x supports two RTC modes, RTC+DDR and RTC-Only mode. RTC+DDR Mode is similar to the | ||||||
|
Check warning on line 5 in source/linux/Foundational_Components/Power_Management/pm_rtc_ddr.rst
|
||||||
| Suspend/Resume above but only supports wake by the Power Button present | ||||||
| on the board or from an RTC ALARM2 Event. RTC-Only mode supports the | ||||||
| same wake sources, however DDR context is not maintained so a wake event | ||||||
| causes a cold boot. | ||||||
|
Check failure on line 9 in source/linux/Foundational_Components/Power_Management/pm_rtc_ddr.rst
|
||||||
|
|
||||||
| RTC-Only mode is supported on: | ||||||
|
|
||||||
| - AM437x GP EVM | ||||||
| - AM437x SK EVM | ||||||
|
|
||||||
| RTC+DDR mode is supported on: | ||||||
|
|
||||||
| - AM437x GP EVM | ||||||
|
|
||||||
| .. rubric:: RTC+DDR Mode | ||||||
|
|
||||||
| The first step in using RTC+DDR mode is to enable off mode by typing the | ||||||
| following at the command line: | ||||||
|
|
||||||
| .. code-block:: console | ||||||
|
|
||||||
| $ echo 1 > /sys/kernel/debug/pm_debug/enable_off_mode | ||||||
|
|
||||||
| With off-mode enabled, a command to enter DeepSleep0 will now enter | ||||||
| RTC-Only mode: | ||||||
|
||||||
| RTC-Only mode: | |
| either RTC-Only mode or RTC+DDR mode, depending on the regulator configuration (see below): |
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.
Need someone from PM to verify whether this change makes sense or not.
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.
Check failure on line 90 in source/linux/Foundational_Components/Power_Management/pm_rtc_ddr.rst
GitHub Actions / vale
[vale] reported by reviewdog 🐶
[RedHat.TermsErrors] Use 'hardware restart' rather than 'cold boot'.
Raw Output:
{"message": "[RedHat.TermsErrors] Use 'hardware restart' rather than 'cold boot'.", "location": {"path": "source/linux/Foundational_Components/Power_Management/pm_rtc_ddr.rst", "range": {"start": {"line": 90, "column": 36}}}, "severity": "ERROR"}
Check failure on line 94 in source/linux/Foundational_Components/Power_Management/pm_rtc_ddr.rst
GitHub Actions / vale
[vale] reported by reviewdog 🐶
[RedHat.TermsErrors] Use 'before' rather than 'prior to'.
Raw Output:
{"message": "[RedHat.TermsErrors] Use 'before' rather than 'prior to'.", "location": {"path": "source/linux/Foundational_Components/Power_Management/pm_rtc_ddr.rst", "range": {"start": {"line": 94, "column": 30}}}, "severity": "ERROR"}
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.
https://github.com/TexasInstruments/processor-sdk-doc/blob/master/CONTRIBUTING.md#indentation-and-whitespace