Unverified Commit 309f5938 authored by Usama Arif's avatar Usama Arif
Browse files

feat(tc0): add cpu capacity to provide scheduling information

Signed-off-by: default avatarUsama Arif <usama.arif@arm.com>
Change-Id: I8d3342315a46c78b4c41582ec114f0364a194316
parent 814646b4
Showing with 8 additions and 0 deletions
+8 -0
...@@ -85,6 +85,7 @@ ...@@ -85,6 +85,7 @@
enable-method = "psci"; enable-method = "psci";
clocks = <&scmi_dvfs 0>; clocks = <&scmi_dvfs 0>;
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
capacity-dmips-mhz = <406>;
}; };
CPU1:cpu@100 { CPU1:cpu@100 {
...@@ -94,6 +95,7 @@ ...@@ -94,6 +95,7 @@
enable-method = "psci"; enable-method = "psci";
clocks = <&scmi_dvfs 0>; clocks = <&scmi_dvfs 0>;
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
capacity-dmips-mhz = <406>;
}; };
CPU2:cpu@200 { CPU2:cpu@200 {
...@@ -103,6 +105,7 @@ ...@@ -103,6 +105,7 @@
enable-method = "psci"; enable-method = "psci";
clocks = <&scmi_dvfs 0>; clocks = <&scmi_dvfs 0>;
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
capacity-dmips-mhz = <406>;
}; };
CPU3:cpu@300 { CPU3:cpu@300 {
...@@ -112,6 +115,7 @@ ...@@ -112,6 +115,7 @@
enable-method = "psci"; enable-method = "psci";
clocks = <&scmi_dvfs 0>; clocks = <&scmi_dvfs 0>;
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
capacity-dmips-mhz = <406>;
}; };
CPU4:cpu@400 { CPU4:cpu@400 {
...@@ -121,6 +125,7 @@ ...@@ -121,6 +125,7 @@
enable-method = "psci"; enable-method = "psci";
clocks = <&scmi_dvfs 1>; clocks = <&scmi_dvfs 1>;
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
capacity-dmips-mhz = <912>;
}; };
CPU5:cpu@500 { CPU5:cpu@500 {
...@@ -130,6 +135,7 @@ ...@@ -130,6 +135,7 @@
enable-method = "psci"; enable-method = "psci";
clocks = <&scmi_dvfs 1>; clocks = <&scmi_dvfs 1>;
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
capacity-dmips-mhz = <912>;
}; };
CPU6:cpu@600 { CPU6:cpu@600 {
...@@ -139,6 +145,7 @@ ...@@ -139,6 +145,7 @@
enable-method = "psci"; enable-method = "psci";
clocks = <&scmi_dvfs 1>; clocks = <&scmi_dvfs 1>;
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
capacity-dmips-mhz = <912>;
}; };
CPU7:cpu@700 { CPU7:cpu@700 {
...@@ -148,6 +155,7 @@ ...@@ -148,6 +155,7 @@
enable-method = "psci"; enable-method = "psci";
clocks = <&scmi_dvfs 2>; clocks = <&scmi_dvfs 2>;
cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
capacity-dmips-mhz = <1024>;
}; };
}; };
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment