-
Notifications
You must be signed in to change notification settings - Fork 7.1k
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
RW612: Add power init code for PM3 support #87594
base: main
Are you sure you want to change the base?
RW612: Add power init code for PM3 support #87594
Conversation
mmahadevan108
commented
Mar 24, 2025
- Add the power init code.
- Add code to support Low Power Mode support from the RTC 1HZ clock.
b41ad87
to
db5356b
Compare
@mmahadevan108 need to address merge conflict |
db5356b
to
35d483d
Compare
1. Add the power init code. 2. Add code to support Low Power Mode support from the RTC 1HZ clock. Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
1. Add the power init code. 2. Add code to support Low Power Mode support from the RTC 1HZ clock. Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
35d483d
to
ba402d9
Compare
@DeclanTraill @DerekSnell @dleach02 @EmilioCBen kindly review |
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.
Thanks @mmahadevan108 ,
I have some comments for the documentation. But otherwise, this LGTM.
@@ -57,7 +57,7 @@ Supported Features | |||
| OS_TIMER | on-chip | os timer | | |||
+-----------+------------+-----------------------------------+ | |||
| PM | on-chip | power management; uses SoC Power | | |||
| | | Modes 1 and 2 | | |||
| | | Modes 1, 2 and 3 | |
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.
Be aware, this table is removed in #87797, and will be auto-generated. You could add a new section in this doc detailing the power modes supported.
RTC Sub-Second Counter | ||
====================== | ||
|
||
To use the RTC sub-second counter which is clocked at a 32kHZ rate, you first need to make the |
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.
To use the RTC sub-second counter which is clocked at a 32kHZ rate, you first need to make the | |
To use the RTC sub-second counter which is clocked at a 32kHZ rate, make the |
remove 2nd person "you" references
1. Move the short on SJ21 from 1 and 2 to short 2 and 3. | ||
2. Move the short on SJ22 from 1 and 2 to short 2 and 3. |
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.
1. Move the short on SJ21 from 1 and 2 to short 2 and 3. | |
2. Move the short on SJ22 from 1 and 2 to short 2 and 3. | |
1. Move the jumper on SJ21 from pins 1-2 to 2-3. | |
2. Move the jumper on SJ22 from pins 1-2 to 2-3. |
my preference
1. Move the short on SJ21 from 1 and 2 to short 2 and 3. | ||
2. Move the short on SJ22 from 1 and 2 to short 2 and 3. | ||
|
||
After you make this change, the ENET will stop functioning on the board. |
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.
After you make this change, the ENET will stop functioning on the board. | |
After this change, the ENET will stop functioning on the board. |
@@ -63,7 +63,7 @@ Supported Features | |||
| OS_TIMER | on-chip | os timer | | |||
+-----------+------------+-----------------------------------+ | |||
| PM | on-chip | power management; uses SoC Power | | |||
| | | Modes 1 and 2 | | |||
| | | Modes 1, 2 and 3 | |
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.
Be aware, this table is removed in #87797, and will be auto-generated. You could add a new section in this doc detailing the power modes supported.