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

Commit b3207ce1 authored by Bhaumik Bhatt's avatar Bhaumik Bhatt
Browse files

ARM: dts: msm: fix event rings for RMNET_CTL channels



Event ring configuration for RMNET_CTL channels needs to be
updated since another event ring was added.

Change-Id: I3c09ad7d289d0ae20ba923e87aa79632aa26d437
Signed-off-by: default avatarBhaumik Bhatt <bbhatt@codeaurora.org>
parent b62aaff3
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -403,7 +403,7 @@
				reg = <109>;
				label = "RMNET_CTL";
				mhi,num-elements = <128>;
				mhi,event-ring = <12>;
				mhi,event-ring = <13>;
				mhi,chan-dir = <1>;
				mhi,data-type = <1>;
				mhi,doorbell-mode = <2>;
@@ -414,7 +414,7 @@
				reg = <110>;
				label = "RMNET_CTL";
				mhi,num-elements = <128>;
				mhi,event-ring = <13>;
				mhi,event-ring = <14>;
				mhi,chan-dir = <2>;
				mhi,data-type = <0>;
				mhi,doorbell-mode = <2>;
@@ -1006,7 +1006,7 @@
				reg = <109>;
				label = "RMNET_CTL";
				mhi,num-elements = <128>;
				mhi,event-ring = <12>;
				mhi,event-ring = <13>;
				mhi,chan-dir = <1>;
				mhi,data-type = <1>;
				mhi,doorbell-mode = <2>;
@@ -1017,7 +1017,7 @@
				reg = <110>;
				label = "RMNET_CTL";
				mhi,num-elements = <128>;
				mhi,event-ring = <13>;
				mhi,event-ring = <14>;
				mhi,chan-dir = <2>;
				mhi,data-type = <0>;
				mhi,doorbell-mode = <2>;