blob: d1aafdb0a276d8c63fa8976b4c67e5f87b159078 [file] [log] [blame]
/* Copyright (c) 2015-2019, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/
&soc {
qcom,msm-cpufreq {
/delete-property/ qcom,cpufreq-table;
qcom,cpufreq-table =
< 800000 >,
< 1094400 >;
};
/delete-node/ qcom,cpubw;
cpubw: qcom,cpubw {
compatible = "qcom,devbw";
governor = "cpufreq";
qcom,src-dst-ports = <1 512>;
qcom,active-only;
qcom,bw-tbl =
< 1464 /* 192 MHz */>,
< 2929 /* 384 MHz */>;
};
/delete-node/ devfreq-cpufreq;
devfreq-cpufreq {
cpubw-cpufreq {
target-dev = <&cpubw>;
cpu-to-dev-map =
< 800000 2929>,
< 1094400 2929>;
};
};
};
&thermal_zones {
/delete-node/ case-therm-step;
};