diff options
| author | Joonwoo Park <joonwoop@codeaurora.org> | 2016-03-21 11:34:11 -0700 |
|---|---|---|
| committer | Jeevan Shriram <jshriram@codeaurora.org> | 2016-04-22 15:05:45 -0700 |
| commit | 0af7da058951fb8454c8ebca7125fcc968464004 (patch) | |
| tree | 29db7054ff3599d99a55e6e380953edbfcaf5b5d | |
| parent | 16c433e4c56d10c55d9e5cf2a773f9996e5dc241 (diff) | |
ARM: dts: msm: update CPU efficiency property
Update CPU efficiency property for msmcobalt so that scheduler can utilize
for task placement decision.
CRs-fixed: 1006303
Change-Id: Ifb59d6b1fcb1207053438786df2472417a2db93f
Signed-off-by: Joonwoo Park <joonwoop@codeaurora.org>
| -rw-r--r-- | arch/arm/boot/dts/qcom/msmcobalt.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msmcobalt.dtsi b/arch/arm/boot/dts/qcom/msmcobalt.dtsi index 3a1d328761f1..87fbd8da5541 100644 --- a/arch/arm/boot/dts/qcom/msmcobalt.dtsi +++ b/arch/arm/boot/dts/qcom/msmcobalt.dtsi @@ -45,6 +45,7 @@ reg = <0x0 0x0>; qcom,limits-info = <&mitigation_profile0>; enable-method = "psci"; + efficiency = <1024>; next-level-cache = <&L2_0>; qcom,ea = <&ea0>; L2_0: l2-cache { @@ -68,6 +69,7 @@ reg = <0x0 0x1>; qcom,limits-info = <&mitigation_profile1>; enable-method = "psci"; + efficiency = <1024>; next-level-cache = <&L2_0>; qcom,ea = <&ea1>; L1_I_1: l1-icache { @@ -86,6 +88,7 @@ reg = <0x0 0x2>; qcom,limits-info = <&mitigation_profile2>; enable-method = "psci"; + efficiency = <1024>; next-level-cache = <&L2_0>; qcom,ea = <&ea2>; L1_I_2: l1-icache { @@ -104,6 +107,7 @@ reg = <0x0 0x3>; qcom,limits-info = <&mitigation_profile3>; enable-method = "psci"; + efficiency = <1024>; next-level-cache = <&L2_0>; qcom,ea = <&ea3>; L1_I_3: l1-icache { @@ -122,6 +126,7 @@ reg = <0x0 0x100>; qcom,limits-info = <&mitigation_profile4>; enable-method = "psci"; + efficiency = <1536>; next-level-cache = <&L2_1>; qcom,ea = <&ea4>; L2_1: l2-cache { @@ -144,6 +149,7 @@ reg = <0x0 0x101>; qcom,limits-info = <&mitigation_profile5>; enable-method = "psci"; + efficiency = <1536>; next-level-cache = <&L2_1>; qcom,ea = <&ea5>; L1_I_101: l1-icache { @@ -162,6 +168,7 @@ reg = <0x0 0x102>; qcom,limits-info = <&mitigation_profile6>; enable-method = "psci"; + efficiency = <1536>; next-level-cache = <&L2_1>; qcom,ea = <&ea6>; L1_I_102: l1-icache { @@ -180,6 +187,7 @@ reg = <0x0 0x103>; qcom,limits-info = <&mitigation_profile7>; enable-method = "psci"; + efficiency = <1536>; next-level-cache = <&L2_1>; qcom,ea = <&ea7>; L1_I_103: l1-icache { |
