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

Commit 4dee983e authored by Ram Chandrasekar's avatar Ram Chandrasekar
Browse files

dt-bindings: thermal: bcl: Update the interrupt name for bclv5

BCL driver supports a different set of interrupt names depicting the
mitigation levels instead of voltage and current violations.

Change-Id: I30c20576c81bc1215314244f3842aff672e9ca5f
parent 77fffbbe
Loading
Loading
Loading
Loading
+5 −7
Original line number Diff line number Diff line
@@ -26,11 +26,9 @@ Required Parameters:
		interrupt names will be used by the drivers to identify the
		interrupts, instead of specifying the ID's. bcl driver will
		accept these standard interrupts.
		"bcl-ibat-lvl0",
		"bcl-ibat-lvl1",
		"bcl-vbat-lvl0",
		"bcl-vbat-lvl1",
		"bcl-vbat-lvl2",
		"bcl-lvl0",
		"bcl-lvl1",
		"bcl-lvl2",

Example:
		bcl@4200 {
@@ -38,6 +36,6 @@ Example:
			reg = <0x4200 0x100>;
			interrupts = <0x2 0x42 0x0 IRQ_TYPE_NONE>,
					<0x2 0x42 0x1 IRQ_TYPE_NONE>;
			interrupt-names = "bcl-ibat-lvl0",
						"bcl-vbat-lvl0";
			interrupt-names = "bcl-lvl0",
						"bcl-lvl1";
		};