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

Commit 5abd62a4 authored by Kiran Gunda's avatar Kiran Gunda
Browse files

ARM: dts: msm: Correct the BAM interrupt number



Slimbus RX BAM doesn't work as the BAM interrupt
number is configured wrongly.

This patch configures the correct BAM interrupt number.

Change-Id: I074355417dc3c308c10fb648bb4876a028dcb189
Signed-off-by: default avatarKiran Gunda <kgunda@codeaurora.org>
parent 5df047d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -598,7 +598,7 @@
		reg = <0x77c0000 0x2C000>,
		      <0x7784000 0x2A000>;
		reg-names = "slimbus_physical", "slimbus_bam_physical";
		interrupts = <0 163 0>, <0 165 0>;
		interrupts = <0 163 0>, <0 180 0>;
		interrupt-names = "slimbus_irq", "slimbus_bam_irq";
		qcom,ea-pc = <0x140>;
		status = "disabled";