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

Commit 246c6b91 authored by Sujeev Dias's avatar Sujeev Dias
Browse files

ARM: dts: msm: receive early error notifications for some channels



Certain MHI channels need an early notification whenever device
assert to perform necessary clean-up. Add support so those
channels can receive them.

CRs-Fixed: 2459535
Change-Id: I510a4627fce4c98cf63b26932e0b7462036cf84f
Acked-by: default avatarBhaumik Vasav Bhatt <bbhatt@qti.qualcomm.com>
parent 98b7ea97
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -683,18 +683,21 @@
			mhi_qrtr {
				mhi,chan = "IPCR";
				qcom,net-id = <3>;
				mhi,early-notify;
			};

			mhi_subsys_adsp_0: mhi_dev@2 {
				reg = <0x2>;
				mhi,chan = "ADSP_0";
				mhi,max-devices = <4>;
				mhi,early-notify;
			};

			mhi_subsys_slpi_0: mhi_dev@3 {
				reg = <0x3>;
				mhi,chan = "SLPI_0";
				mhi,max-devices = <4>;
				mhi,early-notify;
			};
		};
	};