Skip to content

Commit

Permalink
BCL: Re enable bcl this shouldnt be disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
infixremix authored Mar 17, 2019
1 parent e023060 commit a1b3983
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions arch/arm/boot/dts/qcom/msm8937.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -455,26 +455,25 @@
qcom,freq-req;
};
};

qcom,bcl {
compatible = "qcom,bcl";
qcom,bcl-enable;
qcom,bcl-framework-interface;
qcom,bcl-freq-control-list = <&CPU0 &CPU1 &CPU2 &CPU3
&CPU4 &CPU5 &CPU6 &CPU7>;
/delete-property/ qcom,bcl-hotplug-list;
/delete-property/ qcom,bcl-soc-hotplug-list
qcom,bcl-hotplug-list = <&CPU2 &CPU3>;
qcom,bcl-soc-hotplug-list = <&CPU0 &CPU1 &CPU2 &CPU3>;
qcom,ibat-monitor {
qcom,low-threshold-uamp = <3400000>;
qcom,high-threshold-uamp = <4200000>;
qcom,mitigation-freq-khz = <998400>;
qcom,vph-high-threshold-uv = <3500000>;
qcom,vph-low-threshold-uv = <3200000>;
qcom,soc-low-threshold = <5>
qcom,soc-low-threshold = <5>;
qcom,thermal-handle = <&msm_thermal_freq>;
};
};

blsp1_uart2: serial@78b0000 {
compatible = "qcom,msm-lsuart-v14";
reg = <0x78b0000 0x200>;
Expand Down

0 comments on commit a1b3983

Please sign in to comment.