Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
bb9ecd0d
Commit
bb9ecd0d
authored
Feb 09, 2021
by
Sandrine Bailleux
Committed by
TrustedFirmware Code Review
Feb 09, 2021
Browse files
Merge "fdts: use scmi_dvfs clock index 1 for cores 4-7" into integration
parents
8098d544
a97c390b
Changes
1
Hide whitespace changes
Inline
Side-by-side
fdts/tc0.dts
View file @
bb9ecd0d
...
...
@@ -119,7 +119,7 @@
compatible = "arm,armv8";
reg = <0x400>;
enable-method = "psci";
clocks = <&scmi_dvfs
0
>;
clocks = <&scmi_dvfs
1
>;
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
};
...
...
@@ -128,7 +128,7 @@
compatible = "arm,armv8";
reg = <0x500>;
enable-method = "psci";
clocks = <&scmi_dvfs
0
>;
clocks = <&scmi_dvfs
1
>;
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
};
...
...
@@ -137,7 +137,7 @@
compatible = "arm,armv8";
reg = <0x600>;
enable-method = "psci";
clocks = <&scmi_dvfs
0
>;
clocks = <&scmi_dvfs
1
>;
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
};
...
...
@@ -146,7 +146,7 @@
compatible = "arm,armv8";
reg = <0x700>;
enable-method = "psci";
clocks = <&scmi_dvfs
0
>;
clocks = <&scmi_dvfs
1
>;
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment