Skip to content
Snippets Groups Projects
Commit 75f34123 authored by Jingyi Wang's avatar Jingyi Wang Committed by Linux Build Service Account
Browse files

PENDING: arm64: dts: qcom: qcs8300: Add capacity and DPC properties


The "capacity-dmips-mhz" and "dynamic-power-coefficient" are
used to build Energy Model which in turn is used by EAS to take
placement decisions.

Change-Id: Ic95b0766b1e14485de09dc6362de24ed4072de30
Signed-off-by: default avatarJingyi Wang <quic_jingyw@quicinc.com>
parent 5d6a97ff
No related branches found
No related tags found
No related merge requests found
......@@ -105,6 +105,8 @@ CPU0: cpu@0 {
next-level-cache = <&L2_0>;
power-domains = <&CPU_PD0>;
power-domain-names = "psci";
capacity-dmips-mhz = <1946>;
dynamic-power-coefficient = <472>;
qcom,freq-domain = <&cpufreq_hw 0>;
L2_0: l2-cache {
......@@ -129,6 +131,8 @@ CPU1: cpu@100 {
next-level-cache = <&L2_1>;
power-domains = <&CPU_PD1>;
power-domain-names = "psci";
capacity-dmips-mhz = <1946>;
dynamic-power-coefficient = <472>;
qcom,freq-domain = <&cpufreq_hw 0>;
L2_1: l2-cache {
......@@ -147,6 +151,8 @@ CPU2: cpu@200 {
next-level-cache = <&L2_2>;
power-domains = <&CPU_PD2>;
power-domain-names = "psci";
capacity-dmips-mhz = <1946>;
dynamic-power-coefficient = <507>;
qcom,freq-domain = <&cpufreq_hw 1>;
L2_2: l2-cache {
......@@ -165,6 +171,8 @@ CPU3: cpu@300 {
next-level-cache = <&L2_3>;
power-domains = <&CPU_PD3>;
power-domain-names = "psci";
capacity-dmips-mhz = <1946>;
dynamic-power-coefficient = <507>;
qcom,freq-domain = <&cpufreq_hw 1>;
L2_3: l2-cache {
......@@ -183,6 +191,8 @@ CPU4: cpu@10000 {
next-level-cache = <&L2_4>;
power-domains = <&CPU_PD4>;
power-domain-names = "psci";
capacity-dmips-mhz = <1024>;
dynamic-power-coefficient = <100>;
qcom,freq-domain = <&cpufreq_hw 2>;
L2_4: l2-cache {
......@@ -207,6 +217,8 @@ CPU5: cpu@10100 {
next-level-cache = <&L2_5>;
power-domains = <&CPU_PD5>;
power-domain-names = "psci";
capacity-dmips-mhz = <1024>;
dynamic-power-coefficient = <100>;
qcom,freq-domain = <&cpufreq_hw 2>;
L2_5: l2-cache {
......@@ -225,6 +237,8 @@ CPU6: cpu@10200 {
next-level-cache = <&L2_6>;
power-domains = <&CPU_PD6>;
power-domain-names = "psci";
capacity-dmips-mhz = <1024>;
dynamic-power-coefficient = <100>;
qcom,freq-domain = <&cpufreq_hw 2>;
L2_6: l2-cache {
......@@ -243,6 +257,8 @@ CPU7: cpu@10300 {
next-level-cache = <&L2_7>;
power-domains = <&CPU_PD7>;
power-domain-names = "psci";
capacity-dmips-mhz = <1024>;
dynamic-power-coefficient = <100>;
qcom,freq-domain = <&cpufreq_hw 2>;
L2_7: l2-cache {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment