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

Commit b8a4cb3c authored by Praveen Kurapati's avatar Praveen Kurapati
Browse files

ARM: dts: msm: Add irq type value for IPA interrupts

For handling IPA interrupts, add IRQ TYPE values in lito target.

Change-Id: Icbe5fecf803d367425244f2225773e24e8956fbf
parent a2663a43
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2609,7 +2609,8 @@
		reg = <0x1e00000 0x84000>,
			<0x1e04000 0x23000>;
		reg-names = "ipa-base", "gsi-base";
		interrupts = <0 311 0>, <0 432 0>;
		interrupts = <GIC_SPI 311 IRQ_TYPE_LEVEL_HIGH>,
				<GIC_SPI 432 IRQ_TYPE_LEVEL_HIGH>;
		interrupt-names = "ipa-irq", "gsi-irq";
		qcom,ipa-hw-ver = <18>; /* IPA core version = IPAv4.7 */
		qcom,ipa-hw-mode = <0>;