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

Commit d606208c 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 holi target.

Change-Id: I61c4a0491829d2b2294ea5f0b5cce2ff16e1c210
parent 10409ef5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2431,7 +2431,8 @@
		reg = <0x5800000 0x84000>,
			<0x5804000 0x23000>;
		reg-names = "ipa-base", "gsi-base";
		interrupts = <0 257 0>, <0 259 0>;
		interrupts = <GIC_SPI 257 IRQ_TYPE_LEVEL_HIGH>,
			<GIC_SPI 259 IRQ_TYPE_LEVEL_HIGH>;
		interrupt-names = "ipa-irq", "gsi-irq";
		qcom,ipa-hw-ver = <20>; /* IPA core version = IPAv4.11 */
		qcom,ipa-hw-mode = <0>;