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

Commit 11907767 authored by Stephen Boyd's avatar Stephen Boyd
Browse files

arm/dt: 8974: Fix irqs for pil devices



The irqs for these devices should be based on the SPI number
instead of the SPI number + 32. Fix them.

Change-Id: I5735d4fe7f0dd3e709125edee5e626201e1acb3b
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent 4644df66
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -662,7 +662,7 @@
		reg = <0xfe200000 0x00100>,
		      <0xfd485100 0x00010>;
		reg-names = "qdsp6_base", "halt_base";
		interrupts = <0 194 1>;
		interrupts = <0 162 1>;

		qcom,firmware-name = "adsp";
	};
@@ -823,7 +823,7 @@
		reg = <0xfc820000 0x0020>,
		      <0x0d1fc000 0x4000>;
		reg-names = "rmb_base", "metadata_base";
		interrupts = <0 56 1>;
		interrupts = <0 24 1>;

		qcom,firmware-name = "modem";
		qcom,depends-on    = "mba";
@@ -835,7 +835,7 @@
		      <0xfc401700 0x4>,
		      <0xfd485300 0xc>;
		reg-names = "pmu_base", "clk_base", "halt_base";
		interrupts = <0 181 1>;
		interrupts = <0 149 1>;
		vdd_pronto_pll-supply = <&pm8941_l12>;

		qcom,firmware-name = "wcnss";