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

Commit 03f9bcd6 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add flags to estimate thresholds for BCL in lahaina"

parents c2ef6bea 9f8afd4a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -30,6 +30,12 @@ Required Parameters:
		"bcl-lvl1",
		"bcl-lvl2",

Optional Parameters:
- qcom,pmic7-threshold:
	Value type: <bool>
	Definition: When this flag is defined, the BCL driver will account for
			no bit shift in the threshold registers.

Example:
		bcl@4200 {
			compatible = "qcom,bcl-v5";
@@ -38,4 +44,5 @@ Example:
					<0x2 0x42 0x1 IRQ_TYPE_NONE>;
			interrupt-names = "bcl-lvl0",
						"bcl-lvl1";
			qcom,pmic7-threshold;
		};
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@
			interrupt-names = "bcl-lvl0",
						"bcl-lvl1",
						"bcl-lvl2";
			qcom,pmic7-threshold;
			#thermal-sensor-cells = <1>;
		};

+1 −0
Original line number Diff line number Diff line
@@ -113,6 +113,7 @@
			interrupt-names = "bcl-lvl0",
						"bcl-lvl1",
						"bcl-lvl2";
			qcom,pmic7-threshold;
			#thermal-sensor-cells = <1>;
		};