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

Commit 4cabf438 authored by Bhaumik Bhatt's avatar Bhaumik Bhatt Committed by Hemant Kumar
Browse files

ARM: dts: msm: remove interrupt moderation from configuration

Some controllers do not need to set interrupt moderation for
event rings as MHI core driver allows for this.

Change-Id: Id2d97ba1c4db06265cf0c1697b018db729cb26f4
parent 0845cd2c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4958,7 +4958,7 @@
		mhi_events {
			mhi_event@0 {
				mhi,num-elements = <32>;
				mhi,intmod = <1>;
				mhi,intmod = <0>;
				mhi,msi = <1>;
				mhi,priority = <1>;
				mhi,brstmode = <2>;
@@ -4967,7 +4967,7 @@

			mhi_event@1 {
				mhi,num-elements = <256>;
				mhi,intmod = <1>;
				mhi,intmod = <0>;
				mhi,msi = <2>;
				mhi,priority = <1>;
				mhi,brstmode = <2>;