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

Commit 883aedd4 authored by Nitin LNU's avatar Nitin LNU
Browse files

ARM: dts: msm: Modify irq type for qcedev,qcrypto

Modify irq type for qcedev and qcrypto for sdxnightjar to avoid excessive
warning log for sdxnightjar.

Change-Id: Idef2bbd8024779a8c9eb60effd675b1050275136
parent eedf5958
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -511,7 +511,7 @@
		reg = <0x720000 0x20000>,
			<0x704000 0x20000>;
		reg-names = "crypto-base","crypto-bam-base";
		interrupts = <0 207 0>;
		interrupts = <0 207 IRQ_TYPE_LEVEL_HIGH>;
		qcom,bam-pipe-pair = <1>;
		qcom,ce-hw-instance = <0>;
		qcom,ce-device = <0>;
@@ -533,7 +533,7 @@
		reg = <0x720000 0x20000>,
			<0x704000 0x20000>;
		reg-names = "crypto-base","crypto-bam-base";
		interrupts = <0 207 0>;
		interrupts = <0 207 IRQ_TYPE_LEVEL_HIGH>;
		qcom,bam-pipe-pair = <2>;
		qcom,ce-hw-instance = <0>;
		qcom,ce-device = <0>;