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

Commit aa99ff15 authored by Sujeev Dias's avatar Sujeev Dias Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add initial MHI devicetree node for sm8150-sdxprairie



Add devicetree node for MHI for sm8150-sdxprairie. The
driver allow data transfer between sm8150 and sdxprairie
over PCIe bus.

CRs-Fixed: 2343812
Change-Id: I0d9877865a347a73040ffd4be77c97ce298c5803
Signed-off-by: default avatarSujeev Dias <sdias@codeaurora.org>
parent 51683be8
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -15,3 +15,21 @@
	qcom,mdm-link-info = "0306_01.01.00";
};

&mhi_1 {
	esoc-names = "mdm";
	esoc-0 = <&mdm3>;
	qcom,smmu-cfg = <0x1d>;
	qcom,addr-win = <0x0 0x20000000 0x0 0x2fffffff>;

	mhi_chan@25 {
		status = "disabled";
	};

	mhi_chan@104 {
		status = "disabled";
	};

	mhi_chan@105 {
		status = "disabled";
	};
};