Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
KED ARM trusted-firmware Fork
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KED Software Projects
Miscellaneous
KED ARM trusted-firmware Fork
Commits
7a8bd16b
Commit
7a8bd16b
authored
4 years ago
by
Yann Gautier
Committed by
Sebastien Pasdeloup
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
sort regulators low power nodes alphabetically
Change-Id: I56d12ae9347e5b67cff2cfd0dff3f365f82316a6
parent
c471c9f6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
fdts/stm32mp15xx-dkx.dtsi
+36
-36
36 additions, 36 deletions
fdts/stm32mp15xx-dkx.dtsi
with
36 additions
and
36 deletions
fdts/stm32mp15xx-dkx.dtsi
+
36
−
36
View file @
7a8bd16b
...
...
@@ -379,11 +379,7 @@
};
/* Low-power states of regulators */
&vddcore {
lp-stop {
regulator-on-in-suspend;
regulator-suspend-microvolt = <1200000>;
};
&v1v2_hdmi {
standby-ddr-sr {
regulator-off-in-suspend;
};
...
...
@@ -392,40 +388,29 @@
};
};
&vdd_ddr {
lp-stop {
regulator-suspend-microvolt = <1350000>;
regulator-on-in-suspend;
};
&v1v8_audio {
standby-ddr-sr {
regulator-suspend-microvolt = <1350000>;
regulator-on-in-suspend;
regulator-off-in-suspend;
};
standby-ddr-off {
regulator-off-in-suspend;
};
};
&v
dd
{
&v
3v3
{
lp-stop {
regulator-suspend-microvolt = <3300000>;
regulator-on-in-suspend;
};
standby-ddr-sr {
regulator-suspend-microvolt = <3300000>;
regulator-on-in-suspend;
regulator-off-in-suspend;
};
standby-ddr-off {
regulator-suspend-microvolt = <3300000>;
regulator-on-in-suspend;
regulator-off-in-suspend;
};
};
&v3v3 {
lp-stop {
regulator-suspend-microvolt = <3300000>;
regulator-on-in-suspend;
};
&v3v3_hdmi {
standby-ddr-sr {
regulator-off-in-suspend;
};
...
...
@@ -434,16 +419,22 @@
};
};
&v1v8_audio {
&vdd {
lp-stop {
regulator-suspend-microvolt = <3300000>;
regulator-on-in-suspend;
};
standby-ddr-sr {
regulator-off-in-suspend;
regulator-suspend-microvolt = <3300000>;
regulator-on-in-suspend;
};
standby-ddr-off {
regulator-off-in-suspend;
regulator-suspend-microvolt = <3300000>;
regulator-on-in-suspend;
};
};
&v
3v3_hdmi
{
&v
dda
{
standby-ddr-sr {
regulator-off-in-suspend;
};
...
...
@@ -452,9 +443,10 @@
};
};
&v
tt_ddr
{
&v
ddcore
{
lp-stop {
regulator-off-in-suspend;
regulator-on-in-suspend;
regulator-suspend-microvolt = <1200000>;
};
standby-ddr-sr {
regulator-off-in-suspend;
...
...
@@ -464,8 +456,13 @@
};
};
&vdd_usb {
&vdd_ddr {
lp-stop {
regulator-suspend-microvolt = <1350000>;
regulator-on-in-suspend;
};
standby-ddr-sr {
regulator-suspend-microvolt = <1350000>;
regulator-on-in-suspend;
};
standby-ddr-off {
...
...
@@ -473,30 +470,33 @@
};
};
&vdd
a
{
&vdd
_usb
{
standby-ddr-sr {
regulator-o
ff
-in-suspend;
regulator-o
n
-in-suspend;
};
standby-ddr-off {
regulator-off-in-suspend;
};
};
&v1v2_hdmi {
&vref_ddr {
lp-stop {
regulator-on-in-suspend;
};
standby-ddr-sr {
regulator-o
ff
-in-suspend;
regulator-o
n
-in-suspend;
};
standby-ddr-off {
regulator-off-in-suspend;
};
};
&v
ref
_ddr {
&v
tt
_ddr {
lp-stop {
regulator-o
n
-in-suspend;
regulator-o
ff
-in-suspend;
};
standby-ddr-sr {
regulator-o
n
-in-suspend;
regulator-o
ff
-in-suspend;
};
standby-ddr-off {
regulator-off-in-suspend;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment