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

Commit a147bb1a authored by Skylar Chang's avatar Skylar Chang Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add IPA MHI Proxy device node for SM8150-SDX50M



Add IPA MHI Proxy node to SM8150-SDX50M device tree.
This node will provide IMP the MHI channel doorbell
address, event doorbell address and smmu info.

CRs-Fixed: 2237669
Change-Id: I65dd00f09c3021a1b3ecbe11d1e58530293a12bb
Acked-by: default avatarAdy Abraham <adya@qti.qualcomm.com>
Signed-off-by: default avatarSkylar Chang <chiaweic@codeaurora.org>
parent a80ed395
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -54,3 +54,13 @@
&pcie1 {
	dma-coherent;
};

&soc {
	imp: qcom,ipa-mhi-proxy {
		compatible = "qcom,ipa-mhi-proxy";
		qcom,ctrl-iova = <0x00010000 0x0FFF0000>;
		qcom,data-iova = <0x10000000 0x0FFFFFFF>;
		qcom,mhi-chdb-base = <0x40300300>;
		qcom,mhi-erdb-base = <0x40300700>;
	};
};