ARM: dts: msm: sun: Add capacity related information
The "capacity-dmips-mhz" and "dynamic-power-coefficient" are used to build Energy Model and subsequently capacity values are derived from them which in turn is used by EAS to take placement decisions. Add these to sun devicetree. Change-Id: If96b00b5ba1e211867ba9b44c5af5f2c9e65200f Signed-off-by: Sai Harshini Nimmala <quic_snimmala@quicinc.com>
This commit is contained in:
@@ -60,6 +60,8 @@
|
||||
power-domains = <&CPU_PD0>;
|
||||
power-domain-names = "psci";
|
||||
#cooling-cells = <2>;
|
||||
capacity-dmips-mhz = <1792>;
|
||||
dynamic-power-coefficient = <238>;
|
||||
next-level-cache = <&L2_0>;
|
||||
L2_0: l2-cache {
|
||||
compatible = "arm,arch-cache";
|
||||
@@ -76,6 +78,8 @@
|
||||
power-domains = <&CPU_PD1>;
|
||||
power-domain-names = "psci";
|
||||
#cooling-cells = <2>;
|
||||
capacity-dmips-mhz = <1792>;
|
||||
dynamic-power-coefficient = <238>;
|
||||
next-level-cache = <&L2_0>;
|
||||
};
|
||||
|
||||
@@ -88,6 +92,8 @@
|
||||
power-domains = <&CPU_PD2>;
|
||||
power-domain-names = "psci";
|
||||
#cooling-cells = <2>;
|
||||
capacity-dmips-mhz = <1792>;
|
||||
dynamic-power-coefficient = <238>;
|
||||
next-level-cache = <&L2_0>;
|
||||
};
|
||||
|
||||
@@ -100,6 +106,8 @@
|
||||
power-domains = <&CPU_PD3>;
|
||||
power-domain-names = "psci";
|
||||
#cooling-cells = <2>;
|
||||
capacity-dmips-mhz = <1792>;
|
||||
dynamic-power-coefficient = <238>;
|
||||
next-level-cache = <&L2_0>;
|
||||
};
|
||||
|
||||
@@ -112,6 +120,8 @@
|
||||
power-domains = <&CPU_PD4>;
|
||||
power-domain-names = "psci";
|
||||
#cooling-cells = <2>;
|
||||
capacity-dmips-mhz = <1792>;
|
||||
dynamic-power-coefficient = <238>;
|
||||
next-level-cache = <&L2_0>;
|
||||
};
|
||||
|
||||
@@ -124,6 +134,8 @@
|
||||
power-domains = <&CPU_PD5>;
|
||||
power-domain-names = "psci";
|
||||
#cooling-cells = <2>;
|
||||
capacity-dmips-mhz = <1792>;
|
||||
dynamic-power-coefficient = <238>;
|
||||
next-level-cache = <&L2_0>;
|
||||
};
|
||||
|
||||
@@ -136,6 +148,8 @@
|
||||
power-domains = <&CPU_PD6>;
|
||||
power-domain-names = "psci";
|
||||
#cooling-cells = <2>;
|
||||
capacity-dmips-mhz = <1894>;
|
||||
dynamic-power-coefficient = <588>;
|
||||
next-level-cache = <&L2_6>;
|
||||
L2_6: l2-cache {
|
||||
compatible = "arm,arch-cache";
|
||||
@@ -152,6 +166,8 @@
|
||||
power-domains = <&CPU_PD7>;
|
||||
power-domain-names = "psci";
|
||||
#cooling-cells = <2>;
|
||||
capacity-dmips-mhz = <1894>;
|
||||
dynamic-power-coefficient = <588>;
|
||||
next-level-cache = <&L2_6>;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user