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

Commit 71a6be45 authored by Guru Das Srinagesh's avatar Guru Das Srinagesh
Browse files

ARM: dts: msm: Fix interrupts definition in SMB1390 device



SMB1390 has eight interrupts in total. Add the ones that were missing
from the initial commit and arrange all of them in the right order to
match the one-to-one mapping between each interrupt and its
corresponding bit in the Interrupt Real-Time Status register.

CRs-Fixed: 2239205
Change-Id: I7b960f54fc1b6318be6f0c070fe160078e2fe398
Signed-off-by: default avatarGuru Das Srinagesh <gurus@codeaurora.org>
parent e2039f3b
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -44,9 +44,15 @@
					     <0x10 0x1 IRQ_TYPE_EDGE_RISING>,
					     <0x10 0x2 IRQ_TYPE_EDGE_RISING>,
					     <0x10 0x3 IRQ_TYPE_EDGE_RISING>,
					     <0x10 0x4 IRQ_TYPE_EDGE_RISING>;
					     <0x10 0x4 IRQ_TYPE_EDGE_RISING>,
					     <0x10 0x5 IRQ_TYPE_EDGE_RISING>,
					     <0x10 0x6 IRQ_TYPE_EDGE_RISING>,
					     <0x10 0x7 IRQ_TYPE_EDGE_RISING>;
				interrupt-names = "switcher-off-window",
						  "switcher-off-fault",
						  "tsd-fault",
						  "irev-fault",
						  "vph-ov-hard",
						  "vph-ov-soft",
						  "ilim",
						  "temp-alarm";