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

Commit dcd959ff authored by Jilai Wang's avatar Jilai Wang
Browse files

ARM: dts: msm: Add NPU watchdog and error interrupts for SM8150



Add NPU watchdog and error interrupts then driver can detect them
for error handling.

Change-Id: Ie4c446b5f7f7887ee52d23081ac51572ac54f49f
Signed-off-by: default avatarJilai Wang <jilaiw@codeaurora.org>
parent 1932e8b0
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -16,7 +16,10 @@
		status = "ok";
		reg = <0x9800000 0x800000>;
		reg-names = "npu_base";
		interrupts = <GIC_SPI 368 IRQ_TYPE_EDGE_RISING>;
		interrupts = <GIC_SPI 364 IRQ_TYPE_EDGE_RISING>,
				<GIC_SPI 366 IRQ_TYPE_EDGE_RISING>,
				<GIC_SPI 368 IRQ_TYPE_EDGE_RISING>;
		interrupt-names = "error_irq", "wdg_bite_irq", "ipc_irq";
		iommus = <&apps_smmu 0x1461 0x0>, <&apps_smmu 0x2061 0x0>;
		cache-slice-names = "npu";
		cache-slices = <&llcc 23>;