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

Commit 54c26199 authored by Siddartha Mohanadoss's avatar Siddartha Mohanadoss
Browse files

ARM: dts: msm: Enable MHI device for mdmcalifornium



Modem Host Interface (MHI) is used by clients to
communicate between device and host. Software and
hardware channels communicate over IPA DMA.

Change-Id: I84241ac8ce4d0562d770725f884fd346c44a44d5
Signed-off-by: default avatarSiddartha Mohanadoss <smohanad@codeaurora.org>
parent 8f8ea681
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -489,6 +489,19 @@
		qcom,bus-vector-names = "MIN", "SVS", "NOMINAL", "TURBO";
	};

	mhi_dev@87000 {
		compatible = "qcom,msm-mhi-dev";
		reg = <0x87000 0x1000>,
			<0x7b22000 0x4>,
			<0x7b22150 0x4>;
			reg-names = "mhi_mmio_base", "ipa_uc_mbox_crdb",
				"ipa_uc_mbox_erdb";
			qcom,mhi-ifc-id = <0x030217cb>;
			qcom,mhi-ep-msi = <1>;
			qcom,mhi-version = <0x1000000>;
			qcom,mhi-use-gsi;
	};

	blsp1_uart2: serial@78b0000 {
		compatible = "qcom,msm-lsuart-v14";
		reg = <0x78b0000 0x200>;