summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-08-18 12:04:42 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-08-18 12:04:42 -0700
commit96ff56bce9b0a621e3759ea2e22128e42f808df2 (patch)
tree8290646447a97406df09f695c2d4b889e6b2f323
parent339e4ce018f52f2b2d6268f47a00a522b86c9340 (diff)
parent137bab8eecc10e048591415e72b4cd6118e56f3f (diff)
Merge "ARM: dts: msm: add initial cpu mapping table for memlat"
-rw-r--r--arch/arm/boot/dts/qcom/msmcobalt.dtsi13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msmcobalt.dtsi b/arch/arm/boot/dts/qcom/msmcobalt.dtsi
index 7287495a5af6..39055615c98a 100644
--- a/arch/arm/boot/dts/qcom/msmcobalt.dtsi
+++ b/arch/arm/boot/dts/qcom/msmcobalt.dtsi
@@ -614,12 +614,25 @@
compatible = "qcom,arm-memlat-mon";
qcom,cpulist = <&CPU0 &CPU1 &CPU2 &CPU3>;
qcom,target-dev = <&memlat_cpu0>;
+ qcom,core-dev-table =
+ < 300000 1525 >,
+ < 499200 3143 >,
+ < 1113600 4173 >,
+ < 1881600 5859 >;
};
qcom,arm-memlat-mon-4 {
compatible = "qcom,arm-memlat-mon";
qcom,cpulist = <&CPU4 &CPU5 &CPU6 &CPU7>;
qcom,target-dev = <&memlat_cpu4>;
+ qcom,core-dev-table =
+ < 300000 1525 >,
+ < 480000 3143 >,
+ < 900000 4173 >,
+ < 1017000 7759 >,
+ < 1296000 9887 >,
+ < 1555000 11863 >,
+ < 1804000 13763 >;
};
devfreq_cpufreq: devfreq-cpufreq {