From 309f5938e610c73cb51b3ba175fed971f49d0888 Mon Sep 17 00:00:00 2001 From: Usama Arif Date: Mon, 14 Jun 2021 12:38:37 +0100 Subject: [PATCH] feat(tc0): add cpu capacity to provide scheduling information Signed-off-by: Usama Arif Change-Id: I8d3342315a46c78b4c41582ec114f0364a194316 --- fdts/tc0.dts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/fdts/tc0.dts b/fdts/tc0.dts index 8a782a617..92afb7687 100644 --- a/fdts/tc0.dts +++ b/fdts/tc0.dts @@ -85,6 +85,7 @@ enable-method = "psci"; clocks = <&scmi_dvfs 0>; cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; + capacity-dmips-mhz = <406>; }; CPU1:cpu@100 { @@ -94,6 +95,7 @@ enable-method = "psci"; clocks = <&scmi_dvfs 0>; cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; + capacity-dmips-mhz = <406>; }; CPU2:cpu@200 { @@ -103,6 +105,7 @@ enable-method = "psci"; clocks = <&scmi_dvfs 0>; cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; + capacity-dmips-mhz = <406>; }; CPU3:cpu@300 { @@ -112,6 +115,7 @@ enable-method = "psci"; clocks = <&scmi_dvfs 0>; cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; + capacity-dmips-mhz = <406>; }; CPU4:cpu@400 { @@ -121,6 +125,7 @@ enable-method = "psci"; clocks = <&scmi_dvfs 1>; cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; + capacity-dmips-mhz = <912>; }; CPU5:cpu@500 { @@ -130,6 +135,7 @@ enable-method = "psci"; clocks = <&scmi_dvfs 1>; cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; + capacity-dmips-mhz = <912>; }; CPU6:cpu@600 { @@ -139,6 +145,7 @@ enable-method = "psci"; clocks = <&scmi_dvfs 1>; cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; + capacity-dmips-mhz = <912>; }; CPU7:cpu@700 { @@ -148,6 +155,7 @@ enable-method = "psci"; clocks = <&scmi_dvfs 2>; cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; + capacity-dmips-mhz = <1024>; }; }; -- GitLab