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

Commit 90552768 authored by Sujeev Dias's avatar Sujeev Dias Committed by Tony Truong
Browse files

ARM: dts: msm: register IPCR for early MHI notification



During modem error fatal, MHI IPCR require early notification
from MHI so device can do early termination to avoid data stall.

CRs-Fixed: 2459916
Change-Id: I5ead1df5dc677a1b1049ff732c3478efe73dd8a0
Signed-off-by: default avatarSujeev Dias <sdias@codeaurora.org>
parent dc9a2b8f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -546,6 +546,11 @@
				mhi,mru = <0x8000>;
				mhi,rsc-parent = <&mhi_netdev_0>;
			};

			mhi_qrtr {
				 mhi,chan = "IPCR";
				 mhi,early-notify;
			};
		};
	};
};
+0 −1
Original line number Diff line number Diff line
@@ -90,7 +90,6 @@

	mhi_devices {
		mhi_qrtr {
			mhi,chan = "IPCR";
			qcom,net-id = <3>;
		};
	};