diff options
| author | David Collins <collinsd@codeaurora.org> | 2016-02-26 11:36:25 -0800 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 21:21:38 -0700 |
| commit | 2f785f3841d9bad6ae650714db2c90b3a1abcfc3 (patch) | |
| tree | 801c76fe80c584cffeb991ba8f01c547cd1baa06 | |
| parent | f5aa8456ea31b17c9d68d65966176633e6a1e744 (diff) | |
ARM: dts: msm: update the CPU devfreq mapping for msm8996pro
Update the devfreq CPU cluster to CBF clock frequency mapping
tables based upon characterization results. This ensures that
minimum power is consumed for each CPU cluster frequency with
minimal performance impact.
Change-Id: If6ffd89f2faf3cd40dba3b7b09e38f46ac1007e9
CRs-Fixed: 980877
Signed-off-by: David Collins <collinsd@codeaurora.org>
| -rw-r--r-- | arch/arm/boot/dts/qcom/msm8996pro.dtsi | 70 |
1 files changed, 35 insertions, 35 deletions
diff --git a/arch/arm/boot/dts/qcom/msm8996pro.dtsi b/arch/arm/boot/dts/qcom/msm8996pro.dtsi index c73989d0c98b..48c642809404 100644 --- a/arch/arm/boot/dts/qcom/msm8996pro.dtsi +++ b/arch/arm/boot/dts/qcom/msm8996pro.dtsi @@ -898,45 +898,45 @@ cpu-to-dev-map-0 = < 307200 192000 >, < 384000 192000 >, - < 460800 307200 >, - < 537600 384000 >, - < 614400 441600 >, - < 691200 537600 >, - < 768000 614400 >, - < 844800 691200 >, - < 902400 768000 >, - < 979200 844800 >, - < 1056000 902400 >, - < 1132800 979200 >, - < 1209600 1056000 >, - < 1286400 1132800 >, - < 1363200 1190400 >, - < 1440000 1286400 >, - < 1516800 1363200 >, - < 1593600 1440000 >; + < 460800 192000 >, + < 537600 192000 >, + < 614400 307200 >, + < 691200 307200 >, + < 768000 384000 >, + < 844800 441600 >, + < 902400 537600 >, + < 979200 614400 >, + < 1056000 691200 >, + < 1132800 768000 >, + < 1209600 844800 >, + < 1286400 902400 >, + < 1363200 1056000 >, + < 1440000 1132800 >, + < 1516800 1190400 >, + < 1593600 1286400 >; cpu-to-dev-map-2 = < 307200 192000 >, < 384000 192000 >, < 460800 192000 >, - < 537600 307200 >, - < 614400 384000 >, - < 691200 441600 >, - < 748800 537600 >, - < 825600 614400 >, - < 902400 691200 >, - < 979200 768000 >, - < 1056000 844800 >, - < 1132800 902400 >, - < 1209600 979200 >, - < 1286400 1056000 >, - < 1363200 1132800 >, - < 1440000 1190400 >, - < 1516800 1286400 >, - < 1593600 1363200 >, - < 1670400 1440000 >, - < 1747200 1516800 >, - < 1824000 1593600 >, - < 1900800 1593600 >, + < 537600 192000 >, + < 614400 192000 >, + < 691200 307200 >, + < 748800 307200 >, + < 825600 384000 >, + < 902400 441600 >, + < 979200 537600 >, + < 1056000 614400 >, + < 1132800 691200 >, + < 1209600 768000 >, + < 1286400 844800 >, + < 1363200 902400 >, + < 1440000 979200 >, + < 1516800 1056000 >, + < 1593600 1190400 >, + < 1670400 1286400 >, + < 1747200 1363200 >, + < 1824000 1440000 >, + < 1900800 1516800 >, < 1977600 1593600 >, < 2054400 1593600 >, < 2150400 1593600 >; |
