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
16b69ff5
Commit
16b69ff5
authored
Jun 16, 2021
by
Madhukar Pappireddy
Committed by
TrustedFirmware Code Review
Jun 16, 2021
Browse files
Merge "fix(fdts/morello): fix scmi clock specifier to cluster mappings" into integration
parents
f85ab341
387a9065
Changes
1
Hide whitespace changes
Inline
Side-by-side
fdts/morello-fvp.dts
View file @
16b69ff5
...
...
@@ -27,33 +27,52 @@
cpus {
#address-cells = <2>;
#size-cells = <0>;
cpu0@0 {
cpu-map {
cluster0 {
core0 {
cpu = <&CPU0>;
};
core1 {
cpu = <&CPU1>;
};
};
cluster1 {
core0 {
cpu = <&CPU2>;
};
core1 {
cpu = <&CPU3>;
};
};
};
CPU0: cpu0@0 {
compatible = "arm,armv8";
reg = <0x0 0x0>;
device_type = "cpu";
enable-method = "psci";
clocks = <&scmi_dvfs 0>;
};
cpu1@100 {
CPU1:
cpu1@100 {
compatible = "arm,armv8";
reg = <0x0 0x100>;
device_type = "cpu";
enable-method = "psci";
clocks = <&scmi_dvfs 0>;
};
cpu2@10000 {
CPU2:
cpu2@10000 {
compatible = "arm,armv8";
reg = <0x0 0x10000>;
device_type = "cpu";
enable-method = "psci";
clocks = <&scmi_dvfs
0
>;
clocks = <&scmi_dvfs
1
>;
};
cpu3@10100 {
CPU3:
cpu3@10100 {
compatible = "arm,armv8";
reg = <0x0 0x10100>;
device_type = "cpu";
enable-method = "psci";
clocks = <&scmi_dvfs
0
>;
clocks = <&scmi_dvfs
1
>;
};
};
...
...
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