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

Commit 9275d47a 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 APQ8084 BCL properties



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

CRs-Fixed: 649121
Change-Id: I98669346151c235cf2d81aacb7c3de2af4834b71
Signed-off-by: default avatarRam Chandrasekar <rkumbako@codeaurora.org>
parent b0b8ba0c
Loading
Loading
Loading
Loading
+11 −11
Original line number Diff line number Diff line
@@ -4809,17 +4809,17 @@
		qcom,ibat-vadc = <&pma8084_vadc>;
		qcom,ibat-threshold-adc_tm = <&pma8084_adc_tm>;
		qcom,ibat-monitor {
			high-threshold-uamp = <3000000>;
			low-threshold-uamp = <1000000>;
			mitigation-freq-khz = <1958400>;
			ibat-channel = <0x15>;
			adc-interval-usec = <3900>;
			uv-to-ua-numerator = <2>;
			uv-to-ua-denominator = <1>;
			vph-channel = <0x07>;
			vph-high-threshold-uv = <3750000>;
			vph-low-threshold-uv = <3500000>;
			thermal-handle = <&msm_thermal_freq>;
			qcom,high-threshold-uamp = <3000000>;
			qcom,low-threshold-uamp = <1000000>;
			qcom,mitigation-freq-khz = <1958400>;
			qcom,ibat-channel = <0x15>;
			qcom,adc-interval-usec = <3900>;
			qcom,uv-to-ua-numerator = <2>;
			qcom,uv-to-ua-denominator = <1>;
			qcom,vph-channel = <0x07>;
			qcom,vph-high-threshold-uv = <3750000>;
			qcom,vph-low-threshold-uv = <3500000>;
			qcom,thermal-handle = <&msm_thermal_freq>;
		};
	};