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

Commit 30e6c6fb authored by Rama Krishna Phani A's avatar Rama Krishna Phani A Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add MHI device for sm8150/sa8155



MHI (Modem host interface) device driver is used by clients
to transfer data between host and device over PCIe.

Change-Id: I80b45a26bcc67ad8817e15b621c4670f4be49b9d
Signed-off-by: default avatarRama Krishna Phani A <rphani@codeaurora.org>
parent 07abd1ab
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -798,4 +798,20 @@
		qcom,pcie-edma;
		status = "disabled";
	};

	mhi_device: mhi_dev@1c0b000 {
		compatible = "qcom,msm-mhi-dev";
		reg = <0x1c0b000 0x1000>;
		reg-names = "mhi_mmio_base";
		qcom,mhi-ep-msi = <0>;
		qcom,mhi-version = <0x1000000>;
		qcom,use-pcie-edma;
		dmas = <&pcie1_edma 0 0>, <&pcie1_edma 1 0>;
		dma-names = "tx", "rx";
		interrupts = <0 440 0>;
		interrupt-names = "mhi-device-inta";
		qcom,mhi-ifc-id = <0x010817cb>;
		qcom,mhi-interrupt;
		status = "disabled";
	};
};