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

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

ARM: dts: msm: add support for RMNET_CTL channels

Add support for MHI RMNET_CTL channels which are used to send
flow control messages during a data call.

Change-Id: I0d3cd31a8bf032fddb00e77ef452d60ff926bfae
parent 0845cd2c
Loading
Loading
Loading
Loading
+43 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
		esoc-0 = <&mdm0>;

		/* mhi bus specific settings */
		mhi,max-channels = <110>;
		mhi,max-channels = <111>;
		mhi,timeout = <2000>;
		mhi,buffer-len = <0x8000>;

@@ -515,6 +515,28 @@
				mhi,offload-chan;
				mhi,lpm-notify;
			};

			mhi_chan@109 {
				reg = <109>;
				label = "RMNET_CTL";
				mhi,num-elements = <128>;
				mhi,event-ring = <15>;
				mhi,chan-dir = <1>;
				mhi,data-type = <1>;
				mhi,doorbell-mode = <2>;
				mhi,ee = <0x4>;
			};

			mhi_chan@110 {
				reg = <110>;
				label = "RMNET_CTL";
				mhi,num-elements = <128>;
				mhi,event-ring = <16>;
				mhi,chan-dir = <2>;
				mhi,data-type = <0>;
				mhi,doorbell-mode = <2>;
				mhi,ee = <0x4>;
			};
		};

		mhi_events: mhi_events {
@@ -674,6 +696,26 @@
				mhi,client-manage;
				mhi,offload;
			};

			mhi_event@15 {
				mhi,num-elements = <1024>;
				mhi,intmod = <1>;
				mhi,msi = <8>;
				mhi,chan = <109>;
				mhi,priority = <0>;
				mhi,brstmode = <2>;
				mhi,hw-ev;
			};

			mhi_event@16 {
				mhi,num-elements = <1024>;
				mhi,intmod = <0>;
				mhi,msi = <9>;
				mhi,chan = <110>;
				mhi,priority = <0>;
				mhi,brstmode = <2>;
				mhi,hw-ev;
			};
		};

		mhi_devices: mhi_devices {