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

Commit 9028aac3 authored by Manaf Meethalavalappu Pallikunhi's avatar Manaf Meethalavalappu Pallikunhi
Browse files

dt-bindings: thermal: Add support for ibat CCM hardware to bcl driver

There are few pmics those support ibat continuous current monitoring
(CCM) comparator hardware for bcl ibat level 1 monitor. Add support
to set threshold for ibat CCM comparator hardware for bcl driver.

Change-Id: I44ec898ececf107629a0d7fa5e538e66d697108c
parent 63469e92
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -35,6 +35,11 @@ Optional Parameters:
	Value type: <bool>
	Definition: When this flag is defined, the BCL driver will account for
			no bit shift in the threshold registers.
- qcom,ibat-ccm-hw-support:
	Value type: <bool>
	Definition: Enable this flag when BCL Peripheral supports continuous
			current monitoring(CCM) hardware for battery current
			monitor.

Example:
		bcl@4200 {
@@ -45,4 +50,5 @@ Example:
			interrupt-names = "bcl-lvl0",
						"bcl-lvl1";
			qcom,pmic7-threshold;
			qcom,ibat-ccm-hw-support;
		};