Skip to content

Commit

Permalink
shamu: BCL: Use frequency mitigation on all cores
Browse files Browse the repository at this point in the history
* Reduce the frequency on all cores instead of hotplugging
  cpu 2 and cpu 3

Change-Id: If39e1b4196ff48f6832938526920b8dde8384ad1
  • Loading branch information
elektroschmock authored and holyangel committed Oct 1, 2018
1 parent 4e65821 commit a5f32b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/qcom/apq8084.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -4843,11 +4843,11 @@
qcom,bcl-enable;
qcom,ibat-vadc = <&pma8084_vadc>;
qcom,ibat-threshold-adc_tm = <&pma8084_adc_tm>;
qcom,bcl-hotplug-list = <&CPU2 &CPU3>;
qcom,bcl-freq-control-list = <&CPU0 &CPU1 &CPU2 &CPU3>;
qcom,ibat-monitor {
high-threshold-uamp = <3000000>;
low-threshold-uamp = <1000000>;
mitigation-freq-khz = <1958400>;
mitigation-freq-khz = <1190400>;
mitigation-gpu-freq-khz = <389000>;
max-gpu-freq-khz = <600000>;
ibat-channel = <0x15>;
Expand Down

0 comments on commit a5f32b6

Please sign in to comment.