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

Commit 83373dd1 authored by Subbaraman Narayanamurthy's avatar Subbaraman Narayanamurthy
Browse files

ARM: dts: msm: Add mem-attn interrupt configuration for PM8150B



For configuring parallel current measurement, mem-attn interrupt
needs to be enabled as the register write should be done only
on the falling edge of that interrupt and PEEK_MUX is configured
to output ALG active signal on that interrupt. Add the interrupt
configuration to PM8150B FG to allow that.

Change-Id: Ie0ab3c67a80d1798af8cc1076c3a889b4b3beb58
Signed-off-by: default avatarSubbaraman Narayanamurthy <subbaram@codeaurora.org>
parent 315ed7f6
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -436,11 +436,14 @@
					     <0x2 0x43 0x1 IRQ_TYPE_EDGE_BOTH>,
					     <0x2 0x43 0x2 IRQ_TYPE_EDGE_BOTH>,
					     <0x2 0x43 0x3
							IRQ_TYPE_EDGE_RISING>;
							IRQ_TYPE_EDGE_RISING>,
					     <0x2 0x43 0x4
							IRQ_TYPE_EDGE_FALLING>;
				interrupt-names = "ima-rdy",
						  "ima-xcp",
						  "dma-xcp",
						  "dma-grant";
						  "dma-grant",
						  "mem-attn";
			};
		};
	};