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

Commit 3967069a authored by Yimin Peng's avatar Yimin Peng
Browse files

ARM: dts: msm: add virtual SPMI interrupt support on msm8996 vplatform



Add virtual SPMI interrupt attributes based on SPMI back-end change.

Change-Id: Id30232d4bf2fa34c8f2311a1dd4271c2bb6e50c2
Signed-off-by: default avatarYimin Peng <yiminp@codeaurora.org>
parent 4b6c5fa5
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
@@ -65,10 +65,18 @@

		spmi_bus: qcom,virtspmi@4400000 {
			compatible = "qcom,virtspmi-pmic-arb";
			reg = <0x4400000 0x800000>;
			reg-names = "core";
			reg = <0x400f000 0xc00>,
				<0x4400000 0x800000>,
				<0x5800000 0x200000>;
			reg-names = "core", "chnls", "intr";
			interrupt-names = "periph_irq";
			interrupts = <0 326 0>;
			qcom,channel = <0>;
			#address-cells = <2>;
			#size-cells = <0>;
			interrupt-controller;
			#interrupt-cells = <4>;
			cell-index = <0>;
		};
	};
};