Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7301b193 authored by Ram Chandrasekar's avatar Ram Chandrasekar Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add vendor specific prefix for MSM8994 BCL properties



Add vendor specific prefix to the device tree properties used
by the BCL module in MSM8994.

CRs-Fixed: 649121
Change-Id: I120974a93d323f712c79e0ed3ad9aae860e0dfc1
Signed-off-by: default avatarRam Chandrasekar <rkumbako@codeaurora.org>
parent 9275d47a
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -2678,12 +2678,12 @@
		qcom,bcl-framework-interface;
		qcom,bcl-hotplug-list = <&CPU4 &CPU5 &CPU6 &CPU7>;
		qcom,ibat-monitor {
			low-threshold-uamp = <1500000>;
			high-threshold-uamp = <3500000>;
			mitigation-freq-khz = <384000>;
			vph-high-threshold-uv = <3800000>;
			vph-low-threshold-uv = <3500000>;
			thermal-handle = <&msm_thermal_freq>;
			qcom,low-threshold-uamp = <1500000>;
			qcom,high-threshold-uamp = <3500000>;
			qcom,mitigation-freq-khz = <384000>;
			qcom,vph-high-threshold-uv = <3800000>;
			qcom,vph-low-threshold-uv = <3500000>;
			qcom,thermal-handle = <&msm_thermal_freq>;
		};
	};