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

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

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

parents f83b0945 4dee983e
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";
		};